Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: chrome/common/extensions/docs/server2/templates/private/standard_apps_article.html

Issue 10830252: Extensions Docs Server: Uniform handling of file not found errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/templates/private/standard_apps_article.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/standard_apps_article.html b/chrome/common/extensions/docs/server2/templates/private/standard_apps_article.html
index f34e418444d64237355e0f6985384c4ce65362c2..8592c5ace68713dbb8fbbcb79b7e1162f7ce18d6 100644
--- a/chrome/common/extensions/docs/server2/templates/private/standard_apps_article.html
+++ b/chrome/common/extensions/docs/server2/templates/private/standard_apps_article.html
@@ -14,7 +14,7 @@
{{+partials.table_of_contents toc:article.toc}}
{{/article.toc}}
{{- This may contain <pre> tags so it is not indented -}}
-{{+article.intro}}
+{{+article.intro is_apps:true}}
</div>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698