From: paul Date: Thu, 19 May 2016 22:43:33 +0000 (+0000) Subject: quicker start of page submission X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=356f7bfd0f78d116c95ec0aa940c902378f341dd quicker start of page submission svn path=/trunk/; revision=104 --- diff --git a/templates/frame.html.sh b/templates/frame.html.sh index 5fd6e7c..4c6cb1d 100755 --- a/templates/frame.html.sh +++ b/templates/frame.html.sh @@ -74,9 +74,10 @@ $(debug CSS; [ -x "${CSS}" ] && . "${CSS}") - $(debug BODY; [ -x "${BODY}" ] && . "${BODY}" || printf %s 'Error') - - EOF +debug BODY; [ -x "${BODY}" ] && . "${BODY}" || printf %s 'Error' + +printf '' + # vi:set filetype=html: