Mercurial > hgrepos > hgweb.cgi > s4
diff s4-funcs.sh @ 121:34b72806cd22
Too much quoting
author | HIROSE Yuuji <yuuji@gentei.org> |
---|---|
date | Wed, 05 Aug 2015 21:50:33 +0900 |
parents | d870eaf0e4dd |
children | 0681534f9451 |
line wrap: on
line diff
--- a/s4-funcs.sh Wed Aug 05 10:31:12 2015 +0900 +++ b/s4-funcs.sh Wed Aug 05 21:50:33 2015 +0900 @@ -1785,7 +1785,7 @@ fi owner=`getvalbyid blog owner $rowid` title=`getvalbyid blog title $rowid` - GF_ACTION=\"?blog\" edittable $formdir/blog.def blog $rowid \ + GF_ACTION="?blog" edittable $formdir/blog.def blog $rowid \ | m4 -D_TITLE_="修正" \ -D_SUBTITLE_="[$title]@$owner" -D_DIARY_="" \ -D_BLOGS_="" -D_DUMPTABLE_="" \