From 4aa2127d920aa3eb2d56faf8b96d599c088e72b4 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 29 Aug 2014 14:06:02 +0200 Subject: support cache manifests --- it_html.class | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'it_html.class') diff --git a/it_html.class b/it_html.class index 923facb..ec24da6 100644 --- a/it_html.class +++ b/it_html.class @@ -157,8 +157,10 @@ function html($args) list($data, $p) = it_parse_args($args); $p += $this->p; + $manifest = $p['manifest'] ? ' manifest="' . Q($p['manifest']) . '"' : ""; + $html = ($p['doctype'] ? $p['doctype'] : $this->doctypes[$p['htmltype']]) . "\n" . - '\n" . $data . ($p['omit_endhtml'] ? '' : "\n"); + '\n" . $data . ($p['omit_endhtml'] ? '' : "\n"); return EDC('upd') ? it::replace(array('' => ''), $html, array('singleline' => true)) : $html; } -- cgit v1.2.3