1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

texi2html:

Change parsing of @image argument.
This commit is contained in:
paul@ice.snake.net
2004-10-15 23:22:11 -05:00
parent 4043c0f3db
commit f3409efc0d

View File

@@ -1811,7 +1811,7 @@ sub fix_image
{
my($text) = @_;
my($arg1, $ext);
$text =~ /^([^,]*)$/;
$text =~ /^([^,]*)/;
die "error in image: '$text'" unless defined($1);
$arg1 = $1;
$arg1 =~ s/@@/@/g;