s4

changeset 54:d08e556f3462

In group mode, link anchor changed from gecos to gname
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 23 Jul 2015 09:56:51 +0900
parents f1081d474906
children 7f9f7e898986
files s4-blog.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-blog.sh	Thu Jul 23 09:55:44 2015 +0900
     1.2 +++ b/s4-blog.sh	Thu Jul 23 09:56:51 2015 +0900
     1.3 @@ -375,7 +375,7 @@
     1.4      subtitle="`gecos $owner` さんの話題"
     1.5    else
     1.6      grprowid=`query "select rowid from grp where gname=\"$owner\";"`
     1.7 -    subtitle="<a href=\"?grp+$grprowid\">`gecos $owner`</a> での話題"
     1.8 +    subtitle="グループ <a href=\"?grp+$grprowid\">$owner</a> での話題"
     1.9    fi
    1.10    if [ -z "$title" ]; then
    1.11      echo "<p>日記番号指定が無効です。</p>"