Break up some long lines in the generated header & footer.

This commit is contained in:
Fred Drake 1998-02-16 15:23:11 +00:00
parent 358473c1a2
commit 70d289d04b
1 changed files with 2 additions and 2 deletions

View 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