mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Removed extra newline required for cook.rb compatibility
We're now trying to be compatible with TiddlyWiki itself
This commit is contained in:
parent
ffe31fbb11
commit
cfa448f712
@ -75,7 +75,7 @@ tiddlerOutput.outputTiddlerDiv = function(tid) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
result.push(">\n<pre>\n");
|
result.push(">\n<pre>");
|
||||||
result.push(utils.htmlEncode(tid.fields.text));
|
result.push(utils.htmlEncode(tid.fields.text));
|
||||||
result.push("</pre>\n</div>");
|
result.push("</pre>\n</div>");
|
||||||
return result.join("");
|
return result.join("");
|
||||||
|
Loading…
Reference in New Issue
Block a user