* (bug 13632) Show white space differences with wikidiff2 too
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 16 Apr 2008 19:58:31 +0000 (19:58 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 16 Apr 2008 19:58:31 +0000 (19:58 +0000)
RELEASE-NOTES
skins/common/diff.css

index 57359ef..9a9cbb4 100644 (file)
@@ -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
index 222be7e..5737e74 100644 (file)
@@ -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;