s4

changeset 342:385b3174d265

Accesskey batting resolved
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 24 Oct 2016 09:47:24 +0859
parents bad68ea6c30a
children c3311da3f059
files s4-funcs.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Mon Oct 24 09:41:10 2016 +0859
     1.2 +++ b/s4-funcs.sh	Mon Oct 24 09:47:24 2016 +0859
     1.3 @@ -1608,8 +1608,8 @@
     1.4      nfile=`query "$sql"`
     1.5      # err nfile=$nfile
     1.6      if [ $nfile -gt 0 ]; then
     1.7 -      conflink="$conflink / <a href=\"?lsmyfile\" accesskey=\"f\"
     1.8 -       title=\"F\">過去の提出ファイル</a>"
     1.9 +      conflink="$conflink / <a href=\"?lsmyfile\" accesskey=\"l\"
    1.10 +       title=\"L\">過去の提出ファイル</a>"
    1.11      fi
    1.12    else
    1.13      search_form_args="author=$uname"