comparison s4-funcs.sh @ 1026:a3ec2a73dd33 draft

Add null command to empty function body
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 06 Dec 2023 17:29:00 +0900
parents cccd00682cc2
children f389a311a8d4
comparison
equal deleted inserted replaced
1025:cccd00682cc2 1026:a3ec2a73dd33
1309 contenttype() { 1309 contenttype() {
1310 echo "Content-type: ${1:-text/html; charset=utf-8}" 1310 echo "Content-type: ${1:-text/html; charset=utf-8}"
1311 contenttype() {} # Only need to work once 1311 contenttype() {} # Only need to work once
1312 } 1312 }
1313 putheader() { 1313 putheader() {
1314 1314 :
1315 } 1315 }
1316 putfooter() { 1316 putfooter() {
1317 _m4 -D_TITLE_="${TITLE:-$myname}" $layout/footer.m4.html 1317 _m4 -D_TITLE_="${TITLE:-$myname}" $layout/footer.m4.html
1318 } 1318 }
1319 getcookie() { 1319 getcookie() {

yatex.org