manifest -> appcache

This commit is contained in:
remy 2011-05-17 16:28:16 +01:00
parent 437c65e78b
commit 4c314e4ee3
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ if (file_exists('demos/' . $request . '.html')) {
$manifest = '';
if ($request == 'offlineapp') { // specific change to support <html manifest=xyz>
$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';
}
?>
?>