docbook-fixup.pl:

  Fixed small bug
parent ad0149b9
......@@ -34,7 +34,7 @@ $data =~ s{mailto:}
{}gs;
print STDERR "Fixing spacing problem with titles...\n";
$data =~ s{</(\w+)>(\w+)}
$data =~ s{</(\w+)>(\w{2,})}
{</$1> $2}gs;
@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