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