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

Unified Diff: chrome/browser/resources/sync_internals/index.html

Issue 586783003: webui: change all <include/> to <include>. Same thing, less bits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert print_preview, axe some whitespace Created 6 years, 3 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/browser/resources/sync_internals/index.html
diff --git a/chrome/browser/resources/sync_internals/index.html b/chrome/browser/resources/sync_internals/index.html
index 18809d8fb887e8d9a73cf3aa91dbda11bbe54a0d..c67d831be91c6b4fce1deba14cc40e3258f71361 100644
--- a/chrome/browser/resources/sync_internals/index.html
+++ b/chrome/browser/resources/sync_internals/index.html
@@ -64,22 +64,22 @@ chrome/test/functional/special_tabs.py. -->
</tabs>
<tabpanels>
<tabpanel>
- <include src="about.html" />
+ <include src="about.html">
</tabpanel>
<tabpanel>
- <include src="types.html" />
+ <include src="types.html">
</tabpanel>
<tabpanel>
- <include src="data.html" />
+ <include src="data.html">
</tabpanel>
<tabpanel>
- <include src="events.html" />
+ <include src="events.html">
</tabpanel>
<tabpanel>
- <include src="node_browser.html" />
+ <include src="node_browser.html">
</tabpanel>
<tabpanel>
- <include src="search.html" />
+ <include src="search.html">
</tabpanel>
</tabpanels>
</tabbox>

Powered by Google App Engine
This is Rietveld 408576698