From 0e181e122ad816d7856e256f0c3ce24b61c7cc87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 11 Jan 2011 14:27:15 +0000 Subject: [PATCH] Use same wording as in skintemplate --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 25b0b56e50..15536c46f0 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -453,7 +453,7 @@ class Skin extends Linker { $out->out( $out->headElement( $this ) ); if ( $wgDebugComments ) { - $out->out( "\n" ); } -- 2.20.1