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

Unified Diff: chrome/browser/resources/translate_internals/translate_internals.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
« no previous file with comments | « chrome/browser/resources/sync_internals/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/translate_internals/translate_internals.html
diff --git a/chrome/browser/resources/translate_internals/translate_internals.html b/chrome/browser/resources/translate_internals/translate_internals.html
index 0f41d1aa97fe674023da77e9f0a2ba709b7d1606..5024303f9f1402bde81174183e196496c20bc04c 100644
--- a/chrome/browser/resources/translate_internals/translate_internals.html
+++ b/chrome/browser/resources/translate_internals/translate_internals.html
@@ -34,25 +34,25 @@ found in the LICENSE file.
<tabpanel id="tabpanel-prefs">
<div>
- <include src="prefs.html"/>
+ <include src="prefs.html">
</div>
</tabpanel>
<tabpanel id="tabpanel-detection-logs">
<div>
- <include src="detection_logs.html"/>
+ <include src="detection_logs.html">
</div>
</tabpanel>
<tabpanel id="tabpanel-error-logs">
<div>
- <include src="error_logs.html"/>
+ <include src="error_logs.html">
</div>
</tabpanel>
<tabpanel id="tabpanel-event-logs">
<div>
- <include src="event_logs.html"/>
+ <include src="event_logs.html">
</div>
</tabpanel>
« no previous file with comments | « chrome/browser/resources/sync_internals/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698