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

mark at devel.plogworld.net mark at devel.plogworld.net
Sun Feb 6 19:05:59 GMT 2005


Author: mark
Date: 2005-02-06 19:05:59 +0000 (Sun, 06 Feb 2005)
New Revision: 975

Modified:
   plog/trunk/templates/admin/editpost.template
Log:
Remove {/if}. It shouldn't be there.

Modified: plog/trunk/templates/admin/editpost.template
===================================================================
--- plog/trunk/templates/admin/editpost.template	2005-02-06 18:59:51 UTC (rev 974)
+++ plog/trunk/templates/admin/editpost.template	2005-02-06 19:05:59 UTC (rev 975)
@@ -51,7 +51,7 @@
 	     <label for="postExtendedText">{$locale->tr("extended_text")}</label>
 		 <div class="formHelp">{$locale->tr("extended_text_help")}</div>
 	     {if !$htmlarea}<script type="text/javascript">var ed2 = new pLogEditor('postExtendedText','ed2');</script>{/if}
-	     <textarea {if $htmlarea}rows="25"{else}rows="15"{/if} id="postExtendedText" name="postExtendedText" style="width:100%">{$postExtendedText}{/if}</textarea>
+	     <textarea {if $htmlarea}rows="25"{else}rows="15"{/if} id="postExtendedText" name="postExtendedText" style="width:100%">{$postExtendedText}</textarea>
 	     {if !$htmlarea}
 		 <a href="javascript:resource_list_window(2);">{$locale->tr("add_resource")}</a>
 	     {/if}




More information about the pLog-svn mailing list