mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 11:27:02 +00:00
Restore the JavaScript parser
This commit is contained in:
@@ -52,7 +52,7 @@ Element.prototype.render = function(type) {
|
||||
if(isHtml) {
|
||||
output.push("<",this.type);
|
||||
if(this.attributes) {
|
||||
attr = []
|
||||
attr = [];
|
||||
for(a in this.attributes) {
|
||||
attr.push(a);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user