instead of HTML-escaping everything and then creating a diff of it, diff the original
authorArne Heizmann <timwi@users.mediawiki.org>
Sat, 28 Aug 2004 21:37:56 +0000 (21:37 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Sat, 28 Aug 2004 21:37:56 +0000 (21:37 +0000)
commit2a56d619e2e236fe158a966c599b90140f9cdaac
tree798077cdb87c8928a4e8feccac67cb7f9e9df225
parentdac2ca94f4e408fa951a490d3fb759daec961d7b
instead of HTML-escaping everything and then creating a diff of it, diff the original
text and HTML-escape each bit when we actually output it. Fixes
http://bugzilla.wikipedia.org/show_bug.cgi?id=216 in a non-hacky way.
includes/DifferenceEngine.php