[geeklog-hg] geeklog: Fix for changeset f7fba63957c4

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Sep 15 23:47:13 EDT 2013


changeset 9298:951d139e4a09
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/951d139e4a09
user: dengen <taharaxp at gmail.com>
date: Mon Sep 16 12:46:01 2013 +0900
description:
Fix for changeset f7fba63957c4

diffstat:

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

diffs (19 lines):

diff -r 6645e6be2a25 -r 951d139e4a09 plugins/staticpages/templates/admin/editor.thtml
--- a/plugins/staticpages/templates/admin/editor.thtml	Sun Sep 15 20:45:05 2013 -0400
+++ b/plugins/staticpages/templates/admin/editor.thtml	Mon Sep 16 12:46:01 2013 +0900
@@ -5,13 +5,13 @@
     <div class="admin_basic">
       <dl class="form_block">
         <dt><label for="sp-editor-sp_title">{lang_title}</label></dt>
-        <dd><input type="text" maxlength="128" onkeyup="TitleToId('sp-editor-sp_title','sp-editor-sp_id'); name="sp_title" value="{sp_title}" id="sp-editor-sp_title" class="size5"{xhtml}></dd>
+        <dd><input type="text" maxlength="128" onkeyup="TitleToId('sp-editor-sp_title','sp-editor-sp_id');" name="sp_title" value="{sp_title}" id="sp-editor-sp_title" class="size5"{xhtml}></dd>
 
         <dt><label for="sp-editor-sp_id">{lang_id}</label></dt>
         <dd><input type="text" dir="ltr" name="sp_id" maxlength="128" value="{sp_id}" id="sp-editor-sp_id" class="size5"{xhtml}></dd>
 
         <dt><label>{lang_url}</label></dt>
-        <dd><span class="break-word">{example_url}</span></dd>        
+        <dd><span class="break-word">{example_url}</span></dd>
 
         <dt><label for="sp-editor-sp_page_title">{lang_page_title}</label></dt>
         <dd><input type="text" maxlength="128" name="sp_page_title" value="{sp_page_title}" id="sp-editor-sp_page_title" class="size5"{xhtml}></dd>



More information about the geeklog-cvs mailing list