From 9fa58c6d9313f5b775858a18d18c28a3eb365b8b Mon Sep 17 00:00:00 2001 From: Krinkle Date: Sat, 21 May 2011 20:06:58 +0000 Subject: [PATCH] Putting debughtml after visualClear in Vector skin. Messed up Special:UserLogin (debug starts to the right of the form. Doesn't affect other skins. --- skins/Vector.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skins/Vector.php b/skins/Vector.php index 8b00521c44..189c1ab067 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -184,9 +184,6 @@ class VectorTemplate extends BaseTemplate { - - html( 'debughtml' ); ?> - data['catlinks'] ): ?> html( 'catlinks' ); ?> @@ -198,6 +195,9 @@ class VectorTemplate extends BaseTemplate {
+ + html( 'debughtml' ); ?> + -- 2.20.1