Make HtmlFormatter return removed elements
authorNik Everett <neverett@wikimedia.org>
Fri, 18 Apr 2014 13:16:04 +0000 (09:16 -0400)
committerNik Everett <neverett@wikimedia.org>
Fri, 18 Apr 2014 13:23:03 +0000 (09:23 -0400)
commit6289f3c48ca8dde511d227411e16b731d3c05328
tree48dceb2c4c47c55e63f93f59aaa038d99e16ad89
parent0c04628d6c10e630133a93028761b8332584eb9d
Make HtmlFormatter return removed elements

This shouldn't cause much overhead and is useful for getting the text of
the removed tags.

Change-Id: I97cf66014719244b8bb2b0509b419c82202bdb01
includes/HtmlFormatter.php
tests/phpunit/includes/HtmlFormatterTest.php