Commit 70d289d0 authored by Fred Drake's avatar Fred Drake

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

parent 358473c1
...@@ -99,7 +99,7 @@ sub top_navigation_panel { ...@@ -99,7 +99,7 @@ sub top_navigation_panel {
# Now add a few buttons with a space between them # Now add a few buttons with a space between them
"<div class=navigation>\n" . "<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 "<br>\n" . # Line break
...@@ -122,7 +122,7 @@ sub bot_navigation_panel { ...@@ -122,7 +122,7 @@ sub bot_navigation_panel {
"\n<div class=navigation><hr>". "\n<div class=navigation><hr>".
# Now add a few buttons with a space between them # 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 "<br>\n" . # Line break
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment