X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fframe.html.sh;h=c389e103036bc37f180bcde80e30247491b4dde2;hb=d716f2ce1fe64cf87f777490315bc51906001c72;hp=e6f2d6e71d8eb6e7302f94bec35f9fe6d12b7515;hpb=f3a95ddb800ed7539917db3e876c2cff4ca4befa;p=serve0 diff --git a/templates/frame.html.sh b/templates/frame.html.sh index e6f2d6e..c389e10 100755 --- a/templates/frame.html.sh +++ b/templates/frame.html.sh @@ -18,16 +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: