Ticket #7620: 7620.patch
File 7620.patch, 578 bytes (added by , 12 years ago) |
---|
-
_source/core/htmlparser/element.js
163 163 // filter but not the children. 164 164 if ( !writeName ) 165 165 { 166 // Fix broken parent refs. 167 for ( i = 0 ; i < this.children.length ; i++ ) 168 this.children[ i ].parent = element.parent; 169 166 170 this.writeChildrenHtml.call( element, writer, isChildrenFiltered ? null : filter ); 167 171 return; 168 172 }