Index: trunk/phase3/skins/Vector.php |
— | — | @@ -466,7 +466,7 @@ |
467 | 467 | <div id="page-base" class="noprint"></div> |
468 | 468 | <div id="head-base" class="noprint"></div> |
469 | 469 | <!-- content --> |
470 | | - <div id="content" <?php $this->html('specialpageattributes') ?>> |
| 470 | + <div id="content"<?php $this->html('specialpageattributes') ?>> |
471 | 471 | <a id="top"></a> |
472 | 472 | <div id="mw-js-message" style="display:none;"<?php $this->html('userlangattributes') ?>></div> |
473 | 473 | <?php if ( $this->data['sitenotice'] ): ?> |
Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -70,7 +70,7 @@ |
71 | 71 | |
72 | 72 | $this->html( 'headelement' ); |
73 | 73 | ?><div id="globalWrapper"> |
74 | | -<div id="column-content"><div id="content" <?php $this->html("specialpageattributes") ?>> |
| 74 | +<div id="column-content"><div id="content"<?php $this->html("specialpageattributes") ?>> |
75 | 75 | <a id="top"></a> |
76 | 76 | <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?> |
77 | 77 | |