mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-28 09:41:29 +00:00
Missed closing tag
This commit is contained in:
@@ -49,6 +49,7 @@ exports.handler = function(request,response,state) {
|
||||
response.write(html);
|
||||
response.write(`
|
||||
</body>
|
||||
</html>
|
||||
`);
|
||||
response.end();;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user