From: Niklas Laxström Date: Wed, 16 Apr 2008 19:58:31 +0000 (+0000) Subject: * (bug 13632) Show white space differences with wikidiff2 too X-Git-Tag: 1.31.0-rc.0~48257 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=c18d1fe826ee4f5ea10db25c1c4b5cbf01345b11;p=lhc%2Fweb%2Fwiklou.git * (bug 13632) Show white space differences with wikidiff2 too --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 57359ef7a5..9a9cbb49e5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -139,7 +139,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN so groups may optionally edit protected pages without having 'protect' perms * Disallow deletion of big pages by means of moving a page to its title and using the "delete and move" option. -* (bug 13466) White space differences not shown in diffs +* (bug 13466, 13632) White space differences not shown in diffs * (bug 1953) Search form now honors namespace selections more reliably * (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibility * PHP 5.3 compatibility fix for wfRunHooks() called with no parameters diff --git a/skins/common/diff.css b/skins/common/diff.css index 222be7e278..5737e74084 100644 --- a/skins/common/diff.css +++ b/skins/common/diff.css @@ -33,6 +33,8 @@ td.diff-context { color: red; font-weight: bold; text-decoration: none; + white-space: pre-wrap; + white-space: -moz-pre-wrap; } .diffchange-inline { border: 1px dotted red;