[pLog-svn] r615 - plog/trunk/templates/rss

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Dec 29 23:19:24 GMT 2004


Author: oscar
Date: 2004-12-29 23:19:24 +0000 (Wed, 29 Dec 2004)
New Revision: 615

Modified:
   plog/trunk/templates/rss/atom.template
Log:
one more string that should also be escaped, just in case

Modified: plog/trunk/templates/rss/atom.template
===================================================================
--- plog/trunk/templates/rss/atom.template	2004-12-29 23:15:06 UTC (rev 614)
+++ plog/trunk/templates/rss/atom.template	2004-12-29 23:19:24 UTC (rev 615)
@@ -7,7 +7,7 @@
 <tagline>{$blog->getAbout()|escape}</tagline> 
 <generator url="http://www.plogworld.org/" version="0.3.1">pLog</generator> 
 {assign var="blogOwner" value=$posts[0]->getUserInfo()} 
-<copyright>Copyright (c) {$blogOwner->getUsername()}</copyright> 
+<copyright>Copyright (c) {$blogOwner->getUsername()|escape}</copyright> 
  {foreach from=$posts item=post} 
  <entry> 
  <id>{$url->getAtomUniqueId($post)}</id>




More information about the pLog-svn mailing list