[geeklog-hg] geeklog: Fixed wrong HTML code

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jun 8 08:32:08 EDT 2013


changeset 9089:4615a58c6df9
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/4615a58c6df9
user: dengen
date: Sat Jun 08 21:31:50 2013 +0900
description:
Fixed wrong HTML code

diffstat:

 public_html/usersettings.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4ac5c326f403 -r 4615a58c6df9 public_html/usersettings.php
--- a/public_html/usersettings.php	Sat Jun 08 21:29:41 2013 +0900
+++ b/public_html/usersettings.php	Sat Jun 08 21:31:50 2013 +0900
@@ -636,7 +636,7 @@
             $B = DB_fetchArray ($query);
             $selauthors .= '<option value="' . $B['uid'] . '"';
             if (in_array (sprintf ('%d', $B['uid']), $authors)) {
-               $selauthors .= ' selected';
+               $selauthors .= ' selected="selected"';
             }
             $selauthors .= '>' . COM_getDisplayName ($B['uid'], $B['username'],
                                                      $B['fullname'])



More information about the geeklog-cvs mailing list