fix merge typo one more time

This commit is contained in:
pmario 2024-03-28 10:07:07 +01:00
parent 7d8e2d3e56
commit fd542fed44
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ exports.startup = function() {
return;
}
// Initialise the document
srcDocument.write("<!DOCTYPE html><html><head></head><body class='tc-body tc-single-tiddler-window'></body></html>");
srcDocument.write("<!DOCTYPE html><head></head><body class='tc-body tc-single-tiddler-window'></body></html>");
srcDocument.close();
srcDocument.title = windowTitle;
srcWindow.addEventListener("beforeunload",function(event) {