From: Aryeh Gregor Date: Mon, 30 Oct 2006 17:18:43 +0000 (+0000) Subject: (bug 7758) Added wrapper span to "templates used" explanation to allow CSS styling... X-Git-Tag: 1.31.0-rc.0~55346 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=48451518315910557dc05cd3c41d46fa199808fa;p=lhc%2Fweb%2Fwiklou.git (bug 7758) Added wrapper span to "templates used" explanation to allow CSS styling (class="mw-templatesUsedExplanation"). --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 98295bf1b1..b8a63bfcd0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -106,6 +106,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Made special page names case-insensitive and localisable. Care has been taken to maintain backwards compatibility. * Used special page subpages in a few more places, instead of query parameters. +* (bug 7758) Added wrapper span to "templates used" explanation to allow CSS + styling (class="mw-templatesUsedExplanation"). == Languages updated == diff --git a/includes/EditPage.php b/includes/EditPage.php index b67e8df8fd..4afee97841 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1272,7 +1272,7 @@ END $batch->execute(); # Construct the HTML - $outText = '
'. wfMsgExt( 'templatesused', array( 'parseinline' ) ) . '