]> git.plutz.net Git - confetti/blobdiff - templates/frame.html.sh
quicker start of page submission
[confetti] / templates / frame.html.sh
index 5fd6e7c971137a25043f7f1ec4215793ebdd88f5..4c6cb1dcd2663049672f8d784b97c44e1995c4a4 100755 (executable)
@@ -74,9 +74,10 @@ $(debug CSS; [ -x "${CSS}" ] && . "${CSS}")
     <div class="NAVIGATION">
       $(debug NAVIGATION = "$NAVIGATION"; for each in ${NAVIGATION}; do printf %s "<a href=\"?p=${each}\">$(l10n "p_${each}")</a>"; done)
     </div>
-    $(debug BODY; [ -x "${BODY}" ] && . "${BODY}" || printf %s 'Error')
-  </body>
-</html>
 EOF
 
+debug BODY; [ -x "${BODY}" ] && . "${BODY}" || printf %s 'Error'
+
+printf '</body></html>'
+
 # vi:set filetype=html: