Commit 1d3fea70 authored by paul@ice.snake.net's avatar paul@ice.snake.net

texi2html:

  Changes parsing of @image argument.
parent c6979413
......@@ -36,6 +36,7 @@ mwagner@cash.mwagner.org
nick@mysql.com
nick@nick.leippe.com
paul@central.snake.net
paul@ice.snake.net
paul@teton.kitebird.com
salle@geopard.(none)
salle@geopard.online.bg
......
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment