From cffefe592abad8e133f8819394fdafe2c2029898 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 12 Apr 2004 04:10:58 +0000 Subject: [PATCH] Fix notice in view source --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index d32792a129..4141dcb8e5 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -502,7 +502,7 @@ class OutputPage { if($source) { $rows = $wgUser->getOption( "rows" ); $cols = $wgUser->getOption( "cols" ); - $text .= "

\n"; $this->addHTML( $text ); } -- 2.20.1