http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88544
Revision: 88544
Author: krinkle
Date: 2011-05-21 20:06:58 +0000 (Sat, 21 May 2011)
Log Message:
-----------
Putting debughtml after visualClear in Vector skin. Messed up Special:UserLogin
(debug starts to the right of the form. Doesn't affect other skins.
Modified Paths:
--------------
trunk/phase3/skins/Vector.php
Modified: trunk/phase3/skins/Vector.php
===================================================================
--- trunk/phase3/skins/Vector.php 2011-05-21 20:06:57 UTC (rev 88543)
+++ trunk/phase3/skins/Vector.php 2011-05-21 20:06:58 UTC (rev 88544)
@@ -184,9 +184,6 @@
</div>
<!-- /printfooter -->
<?php endif; ?>
- <!-- debughtml -->
- <?php $this->html( 'debughtml' ); ?>
- <!-- /debughtml -->
<?php if ( $this->data['catlinks'] ): ?>
<!-- catlinks -->
<?php $this->html( 'catlinks' ); ?>
@@ -198,6 +195,9 @@
<!-- /dataAfterContent -->
<?php endif; ?>
<div class="visualClear"></div>
+ <!-- debughtml -->
+ <?php $this->html( 'debughtml' ); ?>
+ <!-- /debughtml -->
</div>
<!-- /bodyContent -->
</div>
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs