From 2c29a0ff0f4f8d2f9763ba1cc02eb696c4145429 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 29 Apr 2016 09:31:25 +0000 Subject: [PATCH] split transmission chunks of header and body, so that browsers can load css in parallel svn path=/trunk/; revision=121 --- templates/frame.html.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/frame.html.sh b/templates/frame.html.sh index e6f2d6e..924b2bd 100755 --- a/templates/frame.html.sh +++ b/templates/frame.html.sh @@ -21,9 +21,11 @@ cat < - ${TITLE:-${PAGE}} + ${TITLE:-${PAGE}} +EOF +cat < $([ -x "${BODY}" ] && . "${BODY}" || printf %s Error) -- 2.39.2