mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
docbook-fixup.pl:
Fixed small bug Docs/Support/docbook-fixup.pl: Fixed small bug
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user