changeset 440:dc7acfdb6bfc

Add comment
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 29 Jun 2017 21:20:34 +0859
parents 28487cab3c24
children 248a27a00265
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Thu Jun 29 21:01:36 2017 +0859
+++ b/s4-funcs.sh	Thu Jun 29 21:20:34 2017 +0859
@@ -2358,7 +2358,7 @@
       grp_reg_adm $grid $usel
     elif [ x"$rm" = x"addteam" ]; then
       team=`getpar team|sed "s/'/''/g"`	# for single quotation
-      newteam=`echo $team|tr -d ,`
+      newteam=`echo $team|tr -d ,`	# ..and strip spaces of both ends
       if [ x"$team" != x"$newteam" ]; then
 	echo "チーム名に使えない文字を除去しました" | html p
 	team=newteam

yatex.org