1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-08 14:55:17 +00:00

Corrected typos

This commit is contained in:
Jeremy Ruston 2012-01-23 18:45:21 +00:00
parent 19d8216b71
commit 9123c32782
2 changed files with 1 additions and 2 deletions

View File

@ -250,7 +250,6 @@ WikiTextParseTree.prototype.compileSubTreePlain = function(output,tree) {
};
// Render the parse tree to a debugging string of the specified MIME type
// fieldOrder is an array of fieldname. The zeroth field is rendered as a special tag node, without a label
WikiTextParseTree.prototype.toString = function(type) {
var output = [],
htmlNodes = "a br hr table tr td th h1 h2 h3 h4 h5 h6 ul ol li dl dd dt blockquote pre img strong em u sup sub strike code span div".split(" "),