texi2html:

Change @image argument parsing.


Docs/Support/texi2html:
  Change @image argument parsing.
This commit is contained in:
unknown 2004-10-15 10:28:39 -05:00
parent f125849dd1
commit fecadbbd9a

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;