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 20ebbe2..d9ddf14 100644
--- a/Doc/perl/l2hinit.perl
+++ b/Doc/perl/l2hinit.perl
@@ -193,7 +193,7 @@
 			,'" src="', $icon, '">' );
 	}
 	return join('', '<img ', $iconsizes{$1}, $align
-		    ,'border=', $nav_border, ' alt="', $alt, '"\n'
+		    ,'border=', $nav_border, ' alt="', $alt, "\"\n"
 		    ,' src="', $ICONSERVER, "/$icon", '">' );
     }
     else {