Commit ab5610ec authored by unknown's avatar unknown
Browse files

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 7a48b793
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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;