add a closing </body> tag (fixes #19)

This commit is contained in:
Jan Dittberner 2009-03-13 19:26:23 +00:00
parent d537ab9479
commit 0566dd9023

View file

@ -760,6 +760,7 @@ class btn4wsplugin(gimpplugin.plugin):
' <p><a href="http://validator.w3.org/check/referer">'
'<img src="http://www.w3.org/Icons/valid-xhtml11" alt="Valid XHTML 1.1!" height="31"'
'width="88" /></a></p>',
'</body>',
'</html>',
''
])