changeset 428:2e32349c4dd6

"NEWS" Tab's indicator should be "F", not "X"
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 30 Apr 2017 07:15:41 +0859
parents d52dd72a70e1
children c3bf12c5dba6
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Thu Apr 13 18:19:22 2017 +0859
+++ b/s4-funcs.sh	Sun Apr 30 07:15:41 2017 +0859
@@ -1815,7 +1815,7 @@
     if [ $cont -gt 0 ]; then
       #echo "全体の新着記事${cont}傑" | html h2
       cgi_radio foldtabs yes 'id="new10" accesskey="f"'
-      echo "<label for=\"new10\" title=\"X\">新着${cont}傑</label><div>"
+      echo "<label for=\"new10\" title=\"F\">新着${cont}傑</label><div>"
       cat<<-EOF | html form 'action="?home"'
 	`cgi_checkbox readchk yes 'id="read"'`<label
 	 for="read">新着ふくめて全部読んだことにする</label>

yatex.org