texi2html:

Change parsing of @image argument.
This commit is contained in:
paul@ice.snake.net 2004-10-15 23:16:02 -05:00
parent 90528cbaaa
commit 1524f2d89d

View file

@ -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;