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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Jun 16 23:16:41 CEST 2009


Revision: 41594
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41594&view=rev
Author:   fingolfin
Date:     2009-06-16 21:16:40 +0000 (Tue, 16 Jun 2009)

Log Message:
-----------
Change the news formatter to use the date format preferred by people in #scummvm ;)

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

Modified: web/trunk/templates/news.tpl
===================================================================
--- web/trunk/templates/news.tpl	2009-06-16 21:13:29 UTC (rev 41593)
+++ web/trunk/templates/news.tpl	2009-06-16 21:16:40 UTC (rev 41594)
@@ -3,7 +3,7 @@
 	<a name="{$news->getDate()|date_format:"%Y-%m-%d"}"></a>
 	<div class="head">
 		<a href="{$baseurl}news/{$news->getDate()|date_format:"%Y%m%d"}/">
-			<span class="news-date">{$news->getDate()|date_f:"M. jS, Y"}</span>:
+			<span class="news-date">{$news->getDate()|date_f:"M j, Y"}</span>:
 			{$news->getTitle()}
 		</a>
 	</div>


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