From: Brion Vibber Date: Mon, 12 Apr 2004 04:10:58 +0000 (+0000) Subject: Fix notice in view source X-Git-Tag: 1.3.0beta1~455 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=cffefe592abad8e133f8819394fdafe2c2029898;p=lhc%2Fweb%2Fwiklou.git Fix notice in view source --- 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 ); }