s4

changeset 121:34b72806cd22

Too much quoting
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 05 Aug 2015 21:50:33 +0900
parents d870eaf0e4dd
children 0681534f9451
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Wed Aug 05 10:31:12 2015 +0900
     1.2 +++ b/s4-funcs.sh	Wed Aug 05 21:50:33 2015 +0900
     1.3 @@ -1785,7 +1785,7 @@
     1.4    fi
     1.5    owner=`getvalbyid blog owner $rowid`
     1.6    title=`getvalbyid blog title $rowid`
     1.7 -  GF_ACTION=\"?blog\" edittable $formdir/blog.def blog $rowid \
     1.8 +  GF_ACTION="?blog" edittable $formdir/blog.def blog $rowid \
     1.9        | m4 -D_TITLE_="修正" \
    1.10  	   -D_SUBTITLE_="[$title]@$owner" -D_DIARY_="" \
    1.11  	   -D_BLOGS_="" -D_DUMPTABLE_="" \