From 1acb8740ebdf8693171cebb8163a83e1844d3c23 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 4 Mar 1999 21:33:55 +0000 Subject: [PATCH] Oops, missed a couple of substitutions in the templates. --- Doc/tools/mkmodindex | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Doc/tools/mkmodindex b/Doc/tools/mkmodindex index 20c6416abd1..4400cea5719 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 """