Commit 49f969c4 authored by unknown's avatar unknown

texi2html:

  Changes parsing of @image argument.


Docs/Support/texi2html:
  Changes parsing of @image argument.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
parent fcc59b6e
......@@ -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