Browse Source

! This should also fix RDF feeds, not that anyone ever uses those?

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
5b6bde4c36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/News.php

+ 1 - 1
Sources/News.php

@@ -285,7 +285,7 @@ function ShowXmlFeed()
 
 		foreach ($xml as $item)
 			echo '
-				<rdf:li rdf:resource="', $item['link'], '">';
+				<rdf:li rdf:resource="', $item['link'], '" />';
 
 		echo '
 			</rdf:Seq>