[geeklog-hg] geeklog: Staticpages: fixed incorrect HTML code

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Aug 9 13:24:38 EDT 2012


changeset 8788:f5d6140bdbe5
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/f5d6140bdbe5
user: dengen
date: Fri Aug 10 02:19:50 2012 +0900
description:
Staticpages: fixed incorrect HTML code

diffstat:

 plugins/staticpages/templates/admin/editor_advanced.thtml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7039b0a47253 -r f5d6140bdbe5 plugins/staticpages/templates/admin/editor_advanced.thtml
--- a/plugins/staticpages/templates/admin/editor_advanced.thtml	Fri Aug 10 02:15:41 2012 +0900
+++ b/plugins/staticpages/templates/admin/editor_advanced.thtml	Fri Aug 10 02:19:50 2012 +0900
@@ -66,7 +66,7 @@
         <table border="0" cellspacing="0" cellpadding="3" width="100%">
           <tr id="advanced_editarea" style="display:{show_adveditor};">
             <td colspan="2" style="margin-top:10px;">
-              <textarea id="adv_content" name="sp_content">{sp_content}</textarea>
+              <textarea id="adv_content" name="sp_content" cols="45" rows="24">{sp_content}</textarea>
               <br{xhtml}>
               {lang_allowed_html}
             </td>



More information about the geeklog-cvs mailing list