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 wrap: on
line diff
--- a/s4-blog.sh	Thu Jul 23 09:55:44 2015 +0900
+++ b/s4-blog.sh	Thu Jul 23 09:56:51 2015 +0900
@@ -375,7 +375,7 @@
     subtitle="`gecos $owner` さんの話題"
   else
     grprowid=`query "select rowid from grp where gname=\"$owner\";"`
-    subtitle="<a href=\"?grp+$grprowid\">`gecos $owner`</a> での話題"
+    subtitle="グループ <a href=\"?grp+$grprowid\">$owner</a> での話題"
   fi
   if [ -z "$title" ]; then
     echo "<p>日記番号指定が無効です。</p>"

yatex.org