Skip to content

Commit

Permalink
uhm uhm.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Oct 11, 2017
1 parent cacb4d6 commit b469544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/haxe/xml/Fast.hx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ abstract Fast(Xml) {
function get_innerHTML() {
var s = new StringBuf();
for( x in this )
s.add(this.toString());
s.add(x.toString());
return s.toString();
}
}

0 comments on commit b469544

Please sign in to comment.