From dd490f85d88dc2e99e7fcc47765c45def3c8ff98 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 6 Jun 2017 16:18:15 +0200 Subject: [PATCH] Update docs --- doc/help/settings.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 18e205064..ec1aff52b 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -145,7 +145,7 @@ |<>|Whether to prompt the user for the download location. |<>|Whether to remember the last used download directory. |<>|The maximum number of pages to hold in the global memory page cache. -|<>|Whether support for the HTML 5 web application cache feature is enabled. +|<>|Whether support for the HTML 5 web application cache feature is enabled. |<>|Whether support for HTML 5 local storage and Web SQL is enabled. |<>|Size of the HTTP network cache. Empty to use the default value. |============== @@ -1319,8 +1319,8 @@ Default: +pass:[0]+ This setting is only available with the QtWebKit backend. -[[storage-offline-web-application-storage]] -=== offline-web-application-storage +[[storage-offline-web-application-cache]] +=== offline-web-application-cache Whether support for the HTML 5 web application cache feature is enabled. An application cache acts like an HTTP cache in some sense. For documents that use the application cache via JavaScript, the loader engine will first ask the application cache for the contents, before hitting the network.