Mercurial > hg > rlgallery-misc
diff web/archive.cgi @ 34:86b616d88020
Add a footer with some links to the Web pages.
author | John "Elwin" Edwards |
---|---|
date | Thu, 02 Jan 2014 13:58:05 -0500 |
parents | 25843238434a |
children | 6138c27d1950 |
line wrap: on
line diff
--- a/web/archive.cgi Thu Jan 02 13:09:48 2014 -0500 +++ b/web/archive.cgi Thu Jan 02 13:58:05 2014 -0500 @@ -358,5 +358,6 @@ sys.stdout.write('<p>Or <a href="/ttyrecs/">browse all ttyrecs</a>.</p>') sys.stdout.write('<p><a href="/about/ttyrec.html">What are ttyrecs?</a></p>') -sys.stdout.write("</div>\n</body>\n</html>\n") +sys.stdout.write('</div>\n') +sys.stdout.write(rlgall.pend) exit()