Skip to content

Commit

Permalink
manifest -> appcache
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed May 17, 2011
1 parent 437c65e commit 4c314e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions page.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

$manifest = '';
if ($request == 'offlineapp') { // specific change to support <html manifest=xyz>
$manifest = ' manifest="html5demo.manifest"';
$manifest = ' manifest="html5demo.appcache"';
}

include('includes/header.php');
Expand All @@ -19,4 +19,4 @@
echo 'File not found';
}

?>
?>

0 comments on commit 4c314e4

Please sign in to comment.