From 142c4894ef849c4c25545fc34aabe27910c78276 Mon Sep 17 00:00:00 2001 From: rich Date: Fri, 5 Nov 2004 12:48:59 +0000 Subject: [PATCH] Another pipelining enhancement: send also the and

with the header, so the browser can begin downloading the background image(s) for both while the page is being composed. --- templates/page.html | 4 ---- templates/page_header.html | 4 +++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/page.html b/templates/page.html index b95e809..faa2980 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,7 +1,3 @@ - - -

::title_html::

- ::if(navigation)::::end:: ::if(redirected):: diff --git a/templates/page_header.html b/templates/page_header.html index cb3a9bf..f6aae53 100644 --- a/templates/page_header.html +++ b/templates/page_header.html @@ -11,4 +11,6 @@ ::if(has_page_css)::::end:: - \ No newline at end of file + + +

::title_html::

\ No newline at end of file -- 1.8.3.1