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.)
This commit is contained in:
Fred Drake 1998-01-09 14:39:41 +00:00
parent 0fd8268189
commit 60a3d2788e
1 changed files with 1 additions and 1 deletions

View 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) .