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

fredrik_w at users.sourceforge.net fredrik_w at users.sourceforge.net
Sat May 23 22:54:42 CEST 2009


Revision: 40831
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40831&view=rev
Author:   fredrik_w
Date:     2009-05-23 20:54:42 +0000 (Sat, 23 May 2009)

Log Message:
-----------
Avoid double slashes in the href for the feeds (scummvm.org//feeds/(atom|rss)).

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

Modified: web/trunk/templates/index.tpl
===================================================================
--- web/trunk/templates/index.tpl	2009-05-23 20:52:07 UTC (rev 40830)
+++ web/trunk/templates/index.tpl	2009-05-23 20:54:42 UTC (rev 40831)
@@ -19,8 +19,8 @@
 		@import url("css/ie6.css");
 	</style>
 	<![endif]-->
-	<link rel="alternate" type="application/atom+xml" title="ScummVM Atom news feed" href="{$baseurl}/feeds/atom/">
-	<link rel="alternate" type="application/rss+xml" title="ScummVM RSS news feed" href="{$baseurl}/feeds/rss/">
+	<link rel="alternate" type="application/atom+xml" title="ScummVM Atom news feed" href="{$baseurl}feeds/atom/">
+	<link rel="alternate" type="application/rss+xml" title="ScummVM RSS news feed" href="{$baseurl}feeds/rss/">
 	<title>ScummVM :: {$title}</title>
 </head>
 <body>


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