[pLog-svn] r2523 - plog/branches/plog-1.0.2/templates/rss

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Sat Sep 24 23:49:15 GMT 2005


Author: jondaley
Date: 2005-09-24 23:49:14 +0000 (Sat, 24 Sep 2005)
New Revision: 2523

Modified:
   plog/branches/plog-1.0.2/templates/rss/rss10.template
Log:
made feed validate, according to feedvalidator.org

Modified: plog/branches/plog-1.0.2/templates/rss/rss10.template
===================================================================
--- plog/branches/plog-1.0.2/templates/rss/rss10.template	2005-09-24 15:04:20 UTC (rev 2522)
+++ plog/branches/plog-1.0.2/templates/rss/rss10.template	2005-09-24 23:49:14 UTC (rev 2523)
@@ -16,11 +16,11 @@
   <dc:date>{$smarty.now|date_format:"%Y-%m-%dT%H:%M:%S"}Z</dc:date>
   <admin:generatorAgent rdf:resource="http://www.plogworld.net" />
   <items>
-   <rdf:seq>
+   <rdf:Seq>
    {foreach from=$posts item=post}
     <rdf:li rdf:resource="{$url->postPermalink($post)}" />
    {/foreach}
-   </rdf:seq>
+   </rdf:Seq>
   </items> 
  </channel>
  {foreach from=$posts item=post}




More information about the pLog-svn mailing list