Skip to content

Commit eac97a0

Browse files
Change numeric entity to named entity for compatibility with documents served as application/xhtml+xml. [#1279 state:resolved] (rafalwrzeszcz)
1 parent 2484895 commit eac97a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prototype/dom/dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@
11251125
}
11261126

11271127
if (workaround) {
1128-
div.innerHTML = ' ' + t[0] + html + t[1];
1128+
div.innerHTML = ' ' + t[0] + html + t[1];
11291129
div.removeChild(div.firstChild);
11301130
for (var i = t[2]; i--; )
11311131
div = div.firstChild;

0 commit comments

Comments
 (0)