mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
docbook-fixup.pl:
Fixed small bug Docs/Support/docbook-fixup.pl: Fixed small bug
This commit is contained in:
parent
ef5efcf05e
commit
f923000ac0
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue