Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -149,7 +149,7 @@ |
150 | 150 | </div> |
151 | 151 | <script type="<?php $this->text('jsmimetype') ?>"> if (window.isMSIE55) fixalpha(); </script> |
152 | 152 | <?php foreach ($this->data['sidebar'] as $bar => $cont) { ?> |
153 | | - <div class='portlet' id='p-<?php echo Sanitizer::escapeId($bar) ?>'<?php echo $skin->tooltip('p-'.$bar) ?>> |
| 153 | + <div class='generated-sidebar portlet' id='p-<?php echo Sanitizer::escapeId($bar) ?>'<?php echo $skin->tooltip('p-'.$bar) ?>> |
154 | 154 | <h5><?php $out = wfMsg( $bar ); if (wfEmptyMsg($bar, $out)) echo $bar; else echo $out; ?></h5> |
155 | 155 | <div class='pBody'> |
156 | 156 | <ul> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -93,8 +93,9 @@ |
94 | 94 | * (bug 2084) Fixed incorrect regex to match redirects |
95 | 95 | * (bug 3131) Manually-specified upload destination filename is no longer |
96 | 96 | overwritten by browsing for a file after you wrote it. |
| 97 | +* (bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class |
| 98 | + 'generated-sidebar'. |
97 | 99 | |
98 | | - |
99 | 100 | === API changes in 1.13 === |
100 | 101 | |
101 | 102 | * Fixing main page display in meta=siteinfo |