[Scummvm-cvs-logs] SF.net SVN: scummvm:[42691] web/trunk/templates/feed_atom.tpl

fredrik_w at users.sourceforge.net fredrik_w at users.sourceforge.net
Fri Jul 24 14:03:34 CEST 2009


Revision: 42691
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42691&view=rev
Author:   fredrik_w
Date:     2009-07-24 12:03:33 +0000 (Fri, 24 Jul 2009)

Log Message:
-----------
Fix link to self (thanks salty-horse!).

Modified Paths:
--------------
    web/trunk/templates/feed_atom.tpl

Modified: web/trunk/templates/feed_atom.tpl
===================================================================
--- web/trunk/templates/feed_atom.tpl	2009-07-24 10:45:25 UTC (rev 42690)
+++ web/trunk/templates/feed_atom.tpl	2009-07-24 12:03:33 UTC (rev 42691)
@@ -5,7 +5,7 @@
 <feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom">
 	<id>{$baseurl}</id>
 	<link rel="alternate" type="text/html" href="http://www.scummvm.org" />
-	<link rel="self" type="application/atom+xml" href="{$baseurl}" />
+	<link rel="self" type="application/atom+xml" href="{$baseurl}feeds/atom/" />
 	<title type="text">ScummVM news</title>
 	<subtitle type="html"><![CDATA[ScummVM is a cross-platform interpreter for several point-and-click adventure engines. This includes all SCUMM-based adventures by LucasArts, Simon the Sorcerer 1&2 by AdventureSoft, Beneath a Steel Sky and Broken Sword 1&2 by Revolution, and many more.]]></subtitle>
 	<author>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list