From: Brion Vibber Date: Fri, 9 Apr 2004 10:15:08 +0000 (+0000) Subject: Fix HTML to html for validator X-Git-Tag: 1.3.0beta1~530 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=ce3e4422fdca7045606c5f7843879199e0397110;p=lhc%2Fweb%2Fwiklou.git Fix HTML to html for validator --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index ff75cbcf5e..89ac0a9ab5 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -588,7 +588,7 @@ class OutputPage { $ret = ""; } - $ret .= "\n"; + $ret .= "\n"; if ( "" == $this->mHTMLtitle ) { $this->mHTMLtitle = $this->mPagetitle;