From 48451518315910557dc05cd3c41d46fa199808fa Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Mon, 30 Oct 2006 17:18:43 +0000 Subject: [PATCH] (bug 7758) Added wrapper span to "templates used" explanation to allow CSS styling (class="mw-templatesUsedExplanation"). --- RELEASE-NOTES | 2 ++ includes/EditPage.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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' ) ) . '