diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-09 14:39:41 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-09 14:39:41 (GMT) |
commit | 60a3d2788e00e5ea4cbf697de7121ede53fbf811 (patch) | |
tree | 672b113e6e1e0c36fe0f80f2d066957ff01654fa | |
parent | 0fd8268189242aea8312c39b90d08077e88249a1 (diff) | |
download | cpython-60a3d2788e00e5ea4cbf697de7121ede53fbf811.zip cpython-60a3d2788e00e5ea4cbf697de7121ede53fbf811.tar.gz cpython-60a3d2788e00e5ea4cbf697de7121ede53fbf811.tar.bz2 |
Consistency: Always use lower-case markup; one tag was still given in
uppercase. (Makes it easier to see what markup is generated by the
Python manual support and what is generated by standard latex2html.)
-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) . |