mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 20:54:43 +00:00
Fix TW2 parser crashing on skinny tiddlers
This commit is contained in:
@@ -64,6 +64,7 @@ WikiTextParser.prototype.installRules = function() {
|
||||
};
|
||||
|
||||
WikiTextParser.prototype.parse = function(type,text) {
|
||||
text = text || "";
|
||||
this.source = text;
|
||||
this.nextMatch = 0;
|
||||
this.children = [];
|
||||
|
||||
Reference in New Issue
Block a user