Index: chrome/common/extensions/docs/server2/templates/articles/about_apps.html |
=================================================================== |
--- chrome/common/extensions/docs/server2/templates/articles/about_apps.html (revision 149763) |
+++ chrome/common/extensions/docs/server2/templates/articles/about_apps.html (working copy) |
@@ -1,7 +1,7 @@ |
<meta name="doc-family" content="apps"> |
-<div id="pageData-name" class="pageData">What Are Packaged Apps?</div> |
-<div id="pageData-showTOC" class="pageData">true</div> |
+<h1>What Are Packaged Apps?</h1> |
+ |
<p> |
Packaged apps deliver an experience as capable as a native app, |
but as safe as a web page. |
@@ -43,14 +43,14 @@ |
Packaged apps have no traditional chrome: |
the omnibox (address bar), tab strip, |
and other browser interface elements no longer appear. |
-Like native apps, they don’t live within the browser. |
+Like native apps, they don't live within the browser. |
When launched, packaged apps can open in windows |
that look like this (and you can style |
your windows in all different ways): |
</p> |
<br> |
-<img src="../images/editor.png" |
+<img src="{{static}}/images/editor.png" |
width="770" |
height="586" |
alt="Text editor packaged app in a standalone window"> |
@@ -115,4 +115,4 @@ |
</li> |
</ul> |
-<p class="backtotop"><a href="#top">Back to top</a></p> |
+<p class="backtotop"><a href="#top">Back to top</a></p> |