Property changes on: branches/wmf/1.16wmf4/skins/common/jquery.js |
___________________________________________________________________ |
Name: svn:mergeinfo |
1 | 1 | - /trunk/phase3/skins/common/jquery.js:63549,63764,63897-63901 |
2 | 2 | + /trunk/phase3/skins/common/jquery.js:63549,63764,63897-63901,65015 |
Property changes on: branches/wmf/1.16wmf4/skins/common/jquery.min.js |
___________________________________________________________________ |
Name: svn:mergeinfo |
3 | 3 | - /trunk/phase3/skins/common/jquery.min.js:63549,63764,63897-63901 |
4 | 4 | + /trunk/phase3/skins/common/jquery.min.js:63549,63764,63897-63901,65015 |
Index: branches/wmf/1.16wmf4/skins/Vector.php |
— | — | @@ -451,7 +451,7 @@ |
452 | 452 | <div id="page-base" class="noprint"></div> |
453 | 453 | <div id="head-base" class="noprint"></div> |
454 | 454 | <!-- content --> |
455 | | - <div id="content" <?php $this->html('specialpageattributes') ?>> |
| 455 | + <div id="content"<?php $this->html('specialpageattributes') ?>> |
456 | 456 | <a id="top"></a> |
457 | 457 | <div id="mw-js-message" style="display:none;"<?php $this->html('userlangattributes') ?>></div> |
458 | 458 | <?php if ( $this->data['sitenotice'] ): ?> |
Index: branches/wmf/1.16wmf4/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 | |
Property changes on: branches/wmf/1.16wmf4/skins |
___________________________________________________________________ |
Name: svn:mergeinfo |
78 | 78 | + /branches/wmf-deployment/skins:60970 |
/trunk/phase3/skins:63545-63546,63549,63643,63764,63897-63901,65015 |