diff options
-rw-r--r-- | Doc/.latex2html-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/.latex2html-init b/Doc/.latex2html-init index 932fbf3..299a471 100644 --- a/Doc/.latex2html-init +++ b/Doc/.latex2html-init @@ -101,7 +101,7 @@ sub top_navigation_panel { "<div class=navigation>\n" . "$NEXT $UP $PREVIOUS $CONTENTS $INDEX $CUSTOM_BUTTONS" . - "<BR>\n" . # Line break + "<br>\n" . # Line break # If ``next'' section exists, add its title to the navigation panel ($NEXT_TITLE ? "<b> Next:</b> $NEXT_TITLE\n" : undef) . |