From: Aryeh Gregor Date: Thu, 2 Nov 2006 06:47:01 +0000 (+0000) Subject: Add whitespace above "templates included on this page" using CSS, not hardcoded line... X-Git-Tag: 1.31.0-rc.0~55313 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=d87cc95ba19b217df070f0deb104049d0909fca0;p=lhc%2Fweb%2Fwiklou.git Add whitespace above "templates included on this page" using CSS, not hardcoded line break. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 37ce5df79d..7398422fe8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -120,7 +120,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Added block option "enable autoblocks" * Amend Special:Ipblocklist to note when a block has autoblock DISABLED. * (bug 7780) Fix regression in editing redirects - +* Add whitespace above "templates included on this page" using CSS, not + hardcoded line break. == Languages updated == diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 000344f09d..f3b55226c5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1037,7 +1037,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '23'; +$wgStyleVersion = '24'; # Server-side caching: diff --git a/includes/EditPage.php b/includes/EditPage.php index 4afee97841..0a9800b7f0 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1272,7 +1272,7 @@ END $batch->execute(); # Construct the HTML - $outText = '
'. wfMsgExt( 'templatesused', array( 'parseinline' ) ) . '