[geeklog-hg] geeklog: Merged with upstream

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Sep 16 06:22:26 EDT 2013


changeset 9300:791f98f95c0c
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/791f98f95c0c
user: Tom <websitemaster at cogeco.net>
date: Mon Sep 16 06:20:03 2013 -0400
description:
Merged with upstream

diffstat:

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

diffs (19 lines):

diff -r a7d96ee7804d -r 791f98f95c0c plugins/staticpages/templates/admin/editor.thtml
--- a/plugins/staticpages/templates/admin/editor.thtml	Mon Sep 16 06:12:46 2013 -0400
+++ b/plugins/staticpages/templates/admin/editor.thtml	Mon Sep 16 06:20:03 2013 -0400
@@ -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