From dd7a48cd1a190dc53fdb608a47655c407f059447 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 15 Oct 2004 23:16:02 -0500 Subject: texi2html: Change parsing of @image argument. Docs/Support/texi2html: Change parsing of @image argument. --- Docs/Support/texi2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Docs') diff --git a/Docs/Support/texi2html b/Docs/Support/texi2html index 5dda7c8bbd5..8067d8f72ce 100755 --- a/Docs/Support/texi2html +++ b/Docs/Support/texi2html @@ -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; -- cgit v1.2.1