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:
parent
0fd8268189
commit
60a3d2788e
|
@ -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) .
|
||||
|
|
Loading…
Reference in New Issue