s4

changeset 142:ca6428b37dd2

Remove double-quotes in here-document
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 06 Oct 2015 21:56:30 +0859
parents 6da489b573ca
children d4abf37a5ea2
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Tue Oct 06 13:35:28 2015 +0859
     1.2 +++ b/s4-funcs.sh	Tue Oct 06 21:56:30 2015 +0859
     1.3 @@ -1806,7 +1806,7 @@
     1.4  `cgi_textarea text "" cols=40`
     1.5  </div>
     1.6  </div>
     1.7 -${isowner:+"$excmsg"}
     1.8 +${isowner:+$excmsg}
     1.9  <h4>$grp 参加者一覧</h4>
    1.10  <table>
    1.11  `sq $db -html "$sql"`