From 87619dba1fa43902fffda17f2292f8bc2e80fbba Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh Date: Sat, 15 Mar 2008 13:44:58 +0000 Subject: [PATCH] (bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class 'generated-sidebar'. --- RELEASE-NOTES | 3 ++- skins/MonoBook.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f785b62fca..fcf3a40b27 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -93,7 +93,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 2084) Fixed incorrect regex to match redirects * (bug 3131) Manually-specified upload destination filename is no longer overwritten by browsing for a file after you wrote it. - +* (bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class + 'generated-sidebar'. === API changes in 1.13 === diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 877749d6e4..4774e20ee1 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -149,7 +149,7 @@ class MonoBookTemplate extends QuickTemplate { data['sidebar'] as $bar => $cont) { ?> -
tooltip('p-'.$bar) ?>> +
tooltip('p-'.$bar) ?>>
    -- 2.20.1