]> granicus.if.org Git - python/commitdiff
Break up some long lines in the generated header & footer.
authorFred Drake <fdrake@acm.org>
Mon, 16 Feb 1998 15:23:11 +0000 (15:23 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 16 Feb 1998 15:23:11 +0000 (15:23 +0000)
Doc/.latex2html-init

index 090cdfdd942aab3bd0ee734c1815bd58daef7813..a871bb75ec8a675802c03d54d361c027171be421 100644 (file)
@@ -99,7 +99,7 @@ sub top_navigation_panel {
 
     # Now add a few buttons with a space between them
     "<div class=navigation>\n" .
-    "$NEXT $UP $PREVIOUS $CONTENTS $INDEX $CUSTOM_BUTTONS" .
+    "$NEXT\n$UP\n$PREVIOUS\n$CONTENTS\n$INDEX $CUSTOM_BUTTONS" .
 
     "<br>\n" .         # Line break
 
@@ -122,7 +122,7 @@ sub bot_navigation_panel {
     "\n<div class=navigation><hr>".
 
     # Now add a few buttons with a space between them
-    "$NEXT $UP $PREVIOUS $CONTENTS $INDEX $CUSTOM_BUTTONS" .
+    "$NEXT\n$UP\n$PREVIOUS\n$CONTENTS\n$INDEX $CUSTOM_BUTTONS" .
 
     "<br>\n" .         # Line break