From 86f4602db09511141a4be880288d233171106a87 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 21 Jan 2007 16:01:50 +0000 Subject: [PATCH] Indent output when adding links and meta tags --- includes/OutputPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) . "\""; } -- 2.20.1