s4

changeset 1026:a3ec2a73dd33

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
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Wed Dec 06 11:48:19 2023 +0900
     1.2 +++ b/s4-funcs.sh	Wed Dec 06 17:29:00 2023 +0900
     1.3 @@ -1311,7 +1311,7 @@
     1.4    contenttype() {}	# Only need to work once
     1.5  }
     1.6  putheader() {
     1.7 -  
     1.8 +  :
     1.9  }
    1.10  putfooter() {
    1.11    _m4 -D_TITLE_="${TITLE:-$myname}" $layout/footer.m4.html