From: Antoine Musso Date: Sun, 21 Jan 2007 16:01:50 +0000 (+0000) Subject: Indent output when adding links and meta tags X-Git-Tag: 1.31.0-rc.0~54250 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=86f4602db09511141a4be880288d233171106a87;p=lhc%2Fweb%2Fwiklou.git Indent output when adding links and meta tags --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index fa32fb5c4b..1dd42124ea 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1133,11 +1133,11 @@ class OutputPage { "/<.*?>/" => '', "/_/" => ' ' ); - $ret .= "mKeywords ))) . "\" />\n"; } foreach ( $this->mLinktags as $tag ) { - $ret .= ' $val ) { $ret .= " $attr=\"" . htmlspecialchars( $val ) . "\""; }