Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -1133,11 +1133,11 @@ |
1134 | 1134 | "/<.*?>/" => '', |
1135 | 1135 | "/_/" => ' ' |
1136 | 1136 | ); |
1137 | | - $ret .= "<meta name=\"keywords\" content=\"" . |
| 1137 | + $ret .= "\t\t<meta name=\"keywords\" content=\"" . |
1138 | 1138 | htmlspecialchars(preg_replace(array_keys($strip), array_values($strip),implode( ",", $this->mKeywords ))) . "\" />\n"; |
1139 | 1139 | } |
1140 | 1140 | foreach ( $this->mLinktags as $tag ) { |
1141 | | - $ret .= '<link'; |
| 1141 | + $ret .= "\t\t<link"; |
1142 | 1142 | foreach( $tag as $attr => $val ) { |
1143 | 1143 | $ret .= " $attr=\"" . htmlspecialchars( $val ) . "\""; |
1144 | 1144 | } |