diff --git a/core/boot.js b/core/boot.js index 97130c6dd..4d8a5149f 100644 --- a/core/boot.js +++ b/core/boot.js @@ -558,9 +558,7 @@ $tw.modules.registerModuleExports("$:/boot/tiddlerdeserializer/dom","tiddlerdese text: $tw.utils.htmlDecode(e.innerHTML) }; for(var i=attrs.length-1; i >= 0; i--) { - if(attrs[i].specified) { - tiddler[attrs[i].name] = attrs[i].value; - } + tiddler[attrs[i].name] = attrs[i].value; } return tiddler; } else { @@ -579,7 +577,7 @@ $tw.modules.registerModuleExports("$:/boot/tiddlerdeserializer/dom","tiddlerdese attributes = node.attributes; for(var a=0; a