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> |