Commit 2faab8ff authored by xiyuan@chromium.org's avatar xiyuan@chromium.org

Docserver: Fix kiosk_enabled.htm.

- "kiosk_mode" should be "kiosk_enabled"
- Fix the </code> tag.

BUG=none
TEST=Visit http://developer.chrome.com/apps/manifest/kiosk_enabled.html

Review URL: https://codereview.chromium.org/132323002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244004 0039d316-1c4b-4281-b951-d872f2087c98
parent b981293d
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<p> <p>
Whether the packaged app is designed to expected to work in ChromeOS kiosk Whether the packaged app is designed to expected to work in ChromeOS kiosk
mode. If <code>"kiosk_mode"<code> is <code>true</code>, the platform app mode. If <code>"kiosk_enabled"</code> is <code>true</code>, the platform app
window will cover the entire surface of the display (forced full screen). window will cover the entire surface of the display (forced full screen).
The kiosk-enabled apps are expected to be designed with this constraint in mind. The kiosk-enabled apps are expected to be designed with this constraint in mind.
</p> </p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment