r10950 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10949‎ | r10950 | r10951 >
Date:13:17, 8 September 2005
Author:avar
Status:old
Tags:
Comment:
* Minor code refactoring
Modified paths:
  • /trunk/phase3/includes/Feed.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Feed.php
@@ -152,7 +152,7 @@
153153 global $wgServer, $wgStylePath;
154154
155155 $this->httpHeaders();
156 - echo '<?xml version="1.0" encoding="utf-8"?' . ">\n";
 156+ echo '<?xml version="1.0" encoding="utf-8"?>' . "\n";
157157 echo '<?xml-stylesheet type="text/css" href="' .
158158 htmlspecialchars( "$wgServer$wgStylePath/common/feed.css" ) . '"?' . ">\n";
159159 }

Status & tagging log