From: Fred Drake Date: Thu, 18 Dec 1997 14:16:46 +0000 (+0000) Subject: img_tag(), top_navigation_panel(): Generate markup the same case as other X-Git-Tag: v1.5~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=616b23b2e4d4a44b9652c625f3c61a2cf6f1b955;p=python img_tag(), top_navigation_panel(): Generate markup the same case as other functions in this file. --- diff --git a/Doc/.latex2html-init b/Doc/.latex2html-init index 749e822635..932fbf3e29 100644 --- a/Doc/.latex2html-init +++ b/Doc/.latex2html-init @@ -20,8 +20,8 @@ sub img_tag { ( ($icon =~ /(gif)/) ? do { $icon =~ /(up|next|previous|next_page|previous_page|change_begin|change_end|change_delete|contents|index)/; - join('','',$1,
-	      '') + join('','',$1,
+	      '') } : $icon); } @@ -98,22 +98,22 @@ sub process_command { sub top_navigation_panel { # Now add a few buttons with a space between them - "\n" } sub bot_navigation_panel {