mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
texi2html:
Change parsing of @image argument. Docs/Support/texi2html: Change parsing of @image argument.
This commit is contained in:
@ -1811,7 +1811,7 @@ sub fix_image
|
|||||||
{
|
{
|
||||||
my($text) = @_;
|
my($text) = @_;
|
||||||
my($arg1, $ext);
|
my($arg1, $ext);
|
||||||
$text =~ /^([^,]*)$/;
|
$text =~ /^([^,]*)/;
|
||||||
die "error in image: '$text'" unless defined($1);
|
die "error in image: '$text'" unless defined($1);
|
||||||
$arg1 = $1;
|
$arg1 = $1;
|
||||||
$arg1 =~ s/@@/@/g;
|
$arg1 =~ s/@@/@/g;
|
||||||
|
Reference in New Issue
Block a user