[geeklog-hg] geeklog: Denim: fixed duplicate specification of attribute "valu...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Dec 15 05:31:39 EST 2013


changeset 9350:607402cd783f
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/607402cd783f
user: dengen <taharaxp at gmail.com>
date: Sun Dec 15 19:31:12 2013 +0900
description:
Denim: fixed duplicate specification of attribute "value" in the storyeditor.thtml

diffstat:

 public_html/layout/denim/admin/story/storyeditor.thtml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b9c9d1cf456f -r 607402cd783f public_html/layout/denim/admin/story/storyeditor.thtml
--- a/public_html/layout/denim/admin/story/storyeditor.thtml	Sat Dec 14 20:47:34 2013 +0900
+++ b/public_html/layout/denim/admin/story/storyeditor.thtml	Sun Dec 15 19:31:12 2013 +0900
@@ -34,7 +34,7 @@
       <dd class="description">{publish_date_explanation}</dd>
 
       <dt><label for="admin-storyeditor-title">{lang_title}</label></dt>
-      <dd><input type="text" maxlength="128" onkeyup="TitleToId('admin-storyeditor-title','admin-storyeditor-sid');" value="{story_title}" value="{story_title}" name="title" id="admin-storyeditor-title" class="size6"{xhtml}></dd>
+      <dd><input type="text" maxlength="128" onkeyup="TitleToId('admin-storyeditor-title','admin-storyeditor-sid');" value="{story_title}" name="title" id="admin-storyeditor-title" class="size6"{xhtml}></dd>
 
       <dt><label for="admin-storyeditor-page_title">{lang_page_title}</label></dt>
       <dd><input type="text" maxlength="128" value="{page_title}" name="page_title" id="admin-storyeditor-page_title" class="size6"{xhtml}></dd>



More information about the geeklog-cvs mailing list