Index: trunk/phase3/skins/Modern.php |
— | — | @@ -139,7 +139,7 @@ |
140 | 140 | |
141 | 141 | <!-- other portlets --> |
142 | 142 | <?php foreach ($this->data['sidebar'] as $bar => $cont) { ?> |
143 | | - <div class='portlet' id='p-<?php echo Sanitizer::escapeId($bar) ?>'<?php echo $skin->tooltip('p-'.$bar) ?>> |
| 143 | + <div class='generated-sidebar portlet' id='p-<?php echo Sanitizer::escapeId($bar) ?>'<?php echo $skin->tooltip('p-'.$bar) ?>> |
144 | 144 | <h5><?php $out = wfMsg( $bar ); if (wfEmptyMsg($bar, $out)) echo $bar; else echo $out; ?></h5> |
145 | 145 | <div class='pBody'> |
146 | 146 | <ul> |