From 616b23b2e4d4a44b9652c625f3c61a2cf6f1b955 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 18 Dec 1997 14:16:46 +0000 Subject: [PATCH] img_tag(), top_navigation_panel(): Generate markup the same case as other functions in this file. --- Doc/.latex2html-init | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Doc/.latex2html-init b/Doc/.latex2html-init index 749e8226355..932fbf3e295 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 {