[geeklog-hg] geeklog: Professional: fixed duplicate specification of attribut...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Dec 29 04:05:58 EST 2013


changeset 9357:4ed4b877bcef
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/4ed4b877bcef
user: dengen <taharaxp at gmail.com>
date: Sun Dec 29 18:05:28 2013 +0900
description:
Professional: fixed duplicate specification of attribute "value" in the storyeditor.thtml

diffstat:

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

diffs (12 lines):

diff -r ce787960f538 -r 4ed4b877bcef public_html/layout/professional/admin/story/storyeditor.thtml
--- a/public_html/layout/professional/admin/story/storyeditor.thtml	Sun Dec 29 13:52:37 2013 +0900
+++ b/public_html/layout/professional/admin/story/storyeditor.thtml	Sun Dec 29 18:05:28 2013 +0900
@@ -36,7 +36,7 @@
                                     </tr>
                                     <tr>
                                         <td class="alignright">{lang_title}:</td>
-                                        <td><input type="text" size="48" maxlength="128" onkeyup="TitleToId();" value="{story_title}" id="title" name="title" value="{story_title}"{xhtml}></td>
+                                        <td><input type="text" size="48" maxlength="128" onkeyup="TitleToId();" value="{story_title}" id="title" name="title"{xhtml}></td>
                                     </tr>
                                     <tr>
                                         <td class="alignright">{lang_page_title}:</td>



More information about the geeklog-cvs mailing list