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.)
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 @@
"<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) .