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 +?>