summaryrefslogtreecommitdiffstats
path: root/Doc/.latex2html-init
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-09 14:39:41 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-09 14:39:41 (GMT)
commit60a3d2788e00e5ea4cbf697de7121ede53fbf811 (patch)
tree672b113e6e1e0c36fe0f80f2d066957ff01654fa /Doc/.latex2html-init
parent0fd8268189242aea8312c39b90d08077e88249a1 (diff)
downloadcpython-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.)
Diffstat (limited to 'Doc/.latex2html-init')
-rw-r--r--Doc/.latex2html-init2
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) .