From 4c314e4ee3aae99dba27a2e1e752466ed6ec3427 Mon Sep 17 00:00:00 2001 From: remy Date: Tue, 17 May 2011 16:28:16 +0100 Subject: [PATCH] manifest -> appcache --- page.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page.php b/page.php index 1bd4ab0..56650f8 100644 --- a/page.php +++ b/page.php @@ -8,7 +8,7 @@ if (file_exists('demos/' . $request . '.html')) { $manifest = ''; if ($request == 'offlineapp') { // specific change to support - $manifest = ' manifest="html5demo.manifest"'; + $manifest = ' manifest="html5demo.appcache"'; } include('includes/header.php'); @@ -19,4 +19,4 @@ if (file_exists('demos/' . $request . '.html')) { echo 'File not found'; } -?> \ No newline at end of file +?>