changeset 110:48eea72be338

Update generatehtml.py committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Wed, 26 Oct 2022 19:49:00 -0400
parents cbf293a787d3
children 677f84ada082
files generatehtml.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/generatehtml.py	Wed Oct 26 19:44:37 2022 -0400
+++ b/generatehtml.py	Wed Oct 26 19:49:00 2022 -0400
@@ -10,7 +10,7 @@
 def addtitle(out_str, title):
     # add stuff here
     # The title in question:
-    out_str += """	<div class="entry">\n		<h1>%s</h1>\n		<div>\n""" % html.escape(title.strip())
+    out_str += """	<div class="entry">\n		<h1>%s</h1>\n		<div class="pre">\n""" % html.escape(title.strip())
     return out_str
 
 def main(argv):