mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-17 07:11:22 +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