mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-08 08:20:27 +00:00
Missed closing tag
This commit is contained in:
parent
d97ddf1eec
commit
4f9ff1ae81
@ -49,6 +49,7 @@ exports.handler = function(request,response,state) {
|
|||||||
response.write(html);
|
response.write(html);
|
||||||
response.write(`
|
response.write(`
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
`);
|
`);
|
||||||
response.end();;
|
response.end();;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user