From: Fred Drake Date: Fri, 14 Aug 1998 15:03:48 +0000 (+0000) Subject: img_tag(): For \n to be interpreted as a newline, the string must use double X-Git-Tag: v1.5.2a2~392 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0e4b78233dd9f3da8ac4e52217ed0d96429c03f;p=python img_tag(): For \n to be interpreted as a newline, the string must use double quote, not single quotes. Ugh. --- diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 20ebbe24fa..d9ddf1426c 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -193,7 +193,7 @@ sub img_tag { ,'" src="', $icon, '">' ); } return join('', '', $alt, '' ); } else {