]> granicus.if.org Git - python/commitdiff
Consistency: Always use lower-case markup; one tag was still given in
authorFred Drake <fdrake@acm.org>
Fri, 9 Jan 1998 14:39:41 +0000 (14:39 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 9 Jan 1998 14:39:41 +0000 (14:39 +0000)
uppercase.  (Makes it easier to see what markup is generated by the
Python manual support and what is generated by standard latex2html.)

Doc/.latex2html-init

index 932fbf3e29508ac96ede7fa69017cdc0647ebf42..299a4710739de6c69cfe1d64ead0205c79d80cab 100644 (file)
@@ -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) .