docbook-fixup.pl:

  Fixed small bug
parent ad0149b9
...@@ -34,7 +34,7 @@ $data =~ s{mailto:} ...@@ -34,7 +34,7 @@ $data =~ s{mailto:}
{}gs; {}gs;
print STDERR "Fixing spacing problem with titles...\n"; print STDERR "Fixing spacing problem with titles...\n";
$data =~ s{</(\w+)>(\w+)} $data =~ s{</(\w+)>(\w{2,})}
{</$1> $2}gs; {</$1> $2}gs;
@apx = ("Users", "MySQL Testimonials", "News", @apx = ("Users", "MySQL Testimonials", "News",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment