[pLog-svn] r5279 - plugins/branches/lifetype-1.2/recentcomments

mark at devel.lifetype.net mark at devel.lifetype.net
Fri Apr 6 14:42:38 EDT 2007


Author: mark
Date: 2007-04-06 14:42:38 -0400 (Fri, 06 Apr 2007)
New Revision: 5279

Modified:
   plugins/branches/lifetype-1.2/recentcomments/readme.txt
Log:
Remove a Chinese Characters inside the readme.txt. It shouldn't be there.

Modified: plugins/branches/lifetype-1.2/recentcomments/readme.txt
===================================================================
--- plugins/branches/lifetype-1.2/recentcomments/readme.txt	2007-04-06 15:27:24 UTC (rev 5278)
+++ plugins/branches/lifetype-1.2/recentcomments/readme.txt	2007-04-06 18:42:38 UTC (rev 5279)
@@ -20,7 +20,7 @@
 {foreach from=$comments item=comment}
 {assign var=commentpostid value=$comment->getArticleId()}
 {assign var=commentpost value=$recentcomments->getArticle($commentpostid)}
-<li><a title="View comments by {$comment->getUsername()}" href="{$url->postPermalink($commentpost)}#{$comment->getId()}"><b>{$comment->getUsername()}¡G</b>{$comment->getText()|truncate:100:"..."|strip_tags}</a></li>
+<li><a title="View comments by {$comment->getUsername()}" href="{$url->postPermalink($commentpost)}#{$comment->getId()}"><b>{$comment->getUsername()}:</b>{$comment->getText()|truncate:100:"..."|strip_tags}</a></li>
 {/foreach}
 </ul>            
 {/if}



More information about the pLog-svn mailing list