fixfile(): Include a link to the plain text "PEP source" on each html
page.
This commit is contained in:
parent
46c12a40a3
commit
af1139129f
|
@ -115,6 +115,7 @@ def fixfile(infile, outfile):
|
|||
fo.write('[<b><a href="../">home</a></b>]\n')
|
||||
if os.path.basename(infile) != "pep-0000.txt":
|
||||
fo.write('[<b><a href=".">index</a></b>]\n')
|
||||
fo.write('[<b><a href="pep-%04d.txt">PEP source</a></b>]\n' % int(pep))
|
||||
fo.write('</div>\n'
|
||||
'<div class="header">\n<table border="0">\n')
|
||||
for k, v in header:
|
||||
|
|
Loading…
Reference in New Issue