Loading Docs/Support/docbook-fixup.pl +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ print STDERR "Adding PARA inside ENTRY...\n"; $data =~ s{<entry>(.+?)</entry>} {<entry><para>$1</para></entry>}gs; @apx = ("Users", "MySQL-customer-usage", "News", @apx = ("Users", "MySQL Testimonials", "News", "GPL-license", "LGPL-license"); foreach $apx (@apx) { Loading Loading
Docs/Support/docbook-fixup.pl +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ print STDERR "Adding PARA inside ENTRY...\n"; $data =~ s{<entry>(.+?)</entry>} {<entry><para>$1</para></entry>}gs; @apx = ("Users", "MySQL-customer-usage", "News", @apx = ("Users", "MySQL Testimonials", "News", "GPL-license", "LGPL-license"); foreach $apx (@apx) { Loading