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

yatex.org