Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -98,7 +98,7 @@ |
99 | 99 | <div id="content"> |
100 | 100 | <a name="top" id="top"></a> |
101 | 101 | <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?> |
102 | | - <h1 class="firstHeading"><span class="mw-headline"><?php $this->data['displaytitle']!=""?$this->html('title'):$this->text('title') ?></span></h1> |
| 102 | + <h1 class="firstHeading"><?php $this->data['displaytitle']!=""?$this->html('title'):$this->text('title') ?></h1> |
103 | 103 | <div id="bodyContent"> |
104 | 104 | <h3 id="siteSub"><?php $this->msg('tagline') ?></h3> |
105 | 105 | <div id="contentSub"><?php $this->html('subtitle') ?></div> |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1215,7 +1215,7 @@ |
1216 | 1216 | * to ensure that client-side caches don't keep obsolete copies of global |
1217 | 1217 | * styles. |
1218 | 1218 | */ |
1219 | | -$wgStyleVersion = '98'; |
| 1219 | +$wgStyleVersion = '99'; |
1220 | 1220 | |
1221 | 1221 | |
1222 | 1222 | # Server-side caching: |