From: Fred Drake Date: Thu, 4 Mar 1999 21:33:55 +0000 (+0000) Subject: Oops, missed a couple of substitutions in the templates. X-Git-Tag: v1.5.2c1~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1acb8740ebdf8693171cebb8163a83e1844d3c23;p=python Oops, missed a couple of substitutions in the templates. --- diff --git a/Doc/tools/mkmodindex b/Doc/tools/mkmodindex index 20c6416abd..4400cea571 100755 --- a/Doc/tools/mkmodindex +++ b/Doc/tools/mkmodindex @@ -166,8 +166,10 @@ NAVIGATION = """\ -%(uplinkalt)s +%(uplinkalt)s @@ -179,9 +181,9 @@ NAVIGATION = """\ -Up: %(uptitle)s -

+Up: %(uptitle)s +
""" HEAD = """\ @@ -195,12 +197,13 @@ HEAD = """\ """ + NAVIGATION + """\ +

%(title)s

""" -TAIL = NAVIGATION + """\ +TAIL = "
\n" + NAVIGATION + """\ %(address)s """