Commit f923000a authored by unknown's avatar unknown

docbook-fixup.pl:

  Fixed small bug


Docs/Support/docbook-fixup.pl:
  Fixed small bug
parent ef5efcf0
...@@ -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