commit | 166982816ee63ec70e8bdcabcdf337b1fe9e1e80 | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@src.gnome.org> | Fri Sep 14 10:29:27 2001 +0000 |
committer | Daniel Veillard <veillard@src.gnome.org> | Fri Sep 14 10:29:27 2001 +0000 |
tree | ba99d23b3a5a3067d9711f1d156c2c9138829848 | |
parent | 008186fc7fe681c4fa0abd831bc4cb244f46ab01 [diff] |
do not output hexadecimal charrefs when serializing HTML since some * encoding.c entities.c: do not output hexadecimal charrefs when serializing HTML since some version of Netscape can't grok it, generate decimal ones. * result/HTML/doc3.htm: output changed due to previous test * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4 Daniel