webgen v4.0.5 + xmltag

This commit is contained in:
Wolfgang Nowak 2022-03-22 15:47:41 +01:00
parent 1f71552b95
commit 90b34bafb1

View file

@ -231,7 +231,7 @@ head1 = (
style_fn = '<link rel="stylesheet" type="text/css" href="/vimstyles.css">'
head2 = "</head><body>\n"
body1 = '<a href="./">Back</a><blockquote><strong>Moin</strong></p>'
foot = "<br /><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote></p><hr /></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></body> </html>\n"
foot = "<br /><hr width=50% /></body> </html>\n"
# write beginning of html-file
html_out_file.write(head1 + style_fn + head2 + body1)