[pLog-svn] r957 - plog/trunk/templates/admin

mark at devel.plogworld.net mark at devel.plogworld.net
Sun Feb 6 01:23:32 GMT 2005


Author: mark
Date: 2005-02-06 01:23:31 +0000 (Sun, 06 Feb 2005)
New Revision: 957

Modified:
   plog/trunk/templates/admin/editpost.template
Log:
Remove |replace:"&":"&" to make FF can read the article image.

Modified: plog/trunk/templates/admin/editpost.template
===================================================================
--- plog/trunk/templates/admin/editpost.template	2005-02-05 18:58:43 UTC (rev 956)
+++ plog/trunk/templates/admin/editpost.template	2005-02-06 01:23:31 UTC (rev 957)
@@ -40,7 +40,7 @@
 		 <span class="required">*</span>
 		 <div class="formHelp">{$locale->tr("text_help")}</div>
 	     {if !$htmlarea}<script type="text/javascript">var ed1 = new pLogEditor('postText','ed1');</script>{/if}
-	     <textarea {if $htmlarea==1}rows="20"{else}rows="10"{/if} id="postText" name="postText" style="width:100%">{if $htmlarea}{$postText|replace:"&":"&amp;"}{else}{$postText}{/if}</textarea>
+	     <textarea {if $htmlarea==1}rows="20"{else}rows="10"{/if} id="postText" name="postText" style="width:100%">{if $htmlarea}{$postTex}{else}{$postText}{/if}</textarea>
 	     {include file="$admintemplatepath/validate.template" field=postText message=$locale->tr("error_missing_post_text")}   
   	     {if !$htmlarea}
 		   <a href="javascript:resource_list_window(1);">{$locale->tr("add_resource")}</a>




More information about the pLog-svn mailing list