X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fframe.html.sh;h=c389e103036bc37f180bcde80e30247491b4dde2;hb=e542e0a34e796df05efa42cdb091ba4032836bdd;hp=924b2bdb9713b1d2d3e49a2b433d8d6d78d87310;hpb=2c29a0ff0f4f8d2f9763ba1cc02eb696c4145429;p=serve0 diff --git a/templates/frame.html.sh b/templates/frame.html.sh index 924b2bd..c389e10 100755 --- a/templates/frame.html.sh +++ b/templates/frame.html.sh @@ -18,18 +18,17 @@ cat < - - - - - ${TITLE:-${PAGE}} - -EOF -cat < - $([ -x "${BODY}" ] && . "${BODY}" || printf %s Error) - - + + + + ${TITLE:-${PAGE}} + EOF +printf '' "${PAGE}" + +[ -x "${BODY}" ] && . "${BODY}" || printf %s Error + +printf '' + # vi:set filetype=html: