Index: trunk/phase3/includes/Feed.php |
— | — | @@ -152,7 +152,7 @@ |
153 | 153 | global $wgServer, $wgStylePath; |
154 | 154 | |
155 | 155 | $this->httpHeaders(); |
156 | | - echo '<?xml version="1.0" encoding="utf-8"?' . ">\n"; |
| 156 | + echo '<?xml version="1.0" encoding="utf-8"?>' . "\n"; |
157 | 157 | echo '<?xml-stylesheet type="text/css" href="' . |
158 | 158 | htmlspecialchars( "$wgServer$wgStylePath/common/feed.css" ) . '"?' . ">\n"; |
159 | 159 | } |