add a closing </body> tag (fixes #19)
This commit is contained in:
parent
d537ab9479
commit
0566dd9023
1 changed files with 1 additions and 0 deletions
|
@ -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>',
|
||||
''
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue