r88544 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88543‎ | r88544 | r88545 >
Date:20:06, 21 May 2011
Author:krinkle
Status:ok
Tags:
Comment:
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) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -184,9 +184,6 @@
185185 </div>
186186 <!-- /printfooter -->
187187 <?php endif; ?>
188 - <!-- debughtml -->
189 - <?php $this->html( 'debughtml' ); ?>
190 - <!-- /debughtml -->
191188 <?php if ( $this->data['catlinks'] ): ?>
192189 <!-- catlinks -->
193190 <?php $this->html( 'catlinks' ); ?>
@@ -198,6 +195,9 @@
199196 <!-- /dataAfterContent -->
200197 <?php endif; ?>
201198 <div class="visualClear"></div>
 199+ <!-- debughtml -->
 200+ <?php $this->html( 'debughtml' ); ?>
 201+ <!-- /debughtml -->
202202 </div>
203203 <!-- /bodyContent -->
204204 </div>

Status & tagging log