Ticket #8857: 8857.patch
File 8857.patch, 557 bytes (added by , 13 years ago) |
---|
-
_source/core/htmlparser/element.js
47 47 || dtd.$tableContent[ tagName ] 48 48 || dtd.$nonEditable[ tagName ] 49 49 || tagName == 'br' ), 50 isEmpty = !!dtd.$empty[ name ];50 isEmpty = !!dtd.$empty[ tagName ]; 51 51 52 52 this.isEmpty = isEmpty; 53 this.isUnknown = !dtd[ name ];53 this.isUnknown = !dtd[ tagName ]; 54 54 55 55 /** @private */ 56 56 this._ =