Fix a couple regressions due to diff style changes, where diffs were shown unstyled:
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 16 May 2007 21:57:55 +0000 (21:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 16 May 2007 21:57:55 +0000 (21:57 +0000)
commitb17e44b36744ec1fbc195d7df211dc9ed405c819
tree75c9764d2afb6ef1814c1fa58a40cb97536a005b
parent5b79cfb9b192514586fbd20cf7dc8305faf93a2c
Fix a couple regressions due to diff style changes, where diffs were shown unstyled:
* move the addition of common/diffs.css from showDiffPage() to showDiff() which catches most 'legit' cases
* hack it in to a couple of uses where getDiff() is used and manually spit out
* hack around the hacked-up custom diff table in Oversight... that should be refactored in the base class
includes/DifferenceEngine.php
includes/EditPage.php