mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-15 03:01:58 -07:00
Missed closing tag
This commit is contained in:
parent
d97ddf1eec
commit
4f9ff1ae81
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ exports.handler = function(request,response,state) {
|
|||
response.write(html);
|
||||
response.write(`
|
||||
</body>
|
||||
</html>
|
||||
`);
|
||||
response.end();;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue