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

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

Issue 149543003: Unindented inclusion of +article fragment because it added extra whitespace to <pre> code blocks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/private/article.html
diff --git a/chrome/common/extensions/docs/templates/private/article.html b/chrome/common/extensions/docs/templates/private/article.html
index c17f8114928958aebc086d7153a79120eb7ffabb..ca9d998e896334507b9ae53d7b3b8a7ac3f83459 100644
--- a/chrome/common/extensions/docs/templates/private/article.html
+++ b/chrome/common/extensions/docs/templates/private/article.html
@@ -9,7 +9,10 @@
platformTitle:platformTitle}}
<article class="article-content">
<div itemprop="articleBody">
- {{+article platform:platform platformTitle:platformTitle /}}
+
+{{- This is unindented because it may contain whitespace-sensitive tags. -}}
+{{+article platform:platform platformTitle:platformTitle /}}
+
{{+partials.cc /}}
<nav class="inline-toc no-permalink">
{{+partials.relatedpages_items items:sidenavs.related /}}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698