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

Unified Diff: chrome/browser/resources/print_preview/search/destination_search.html

Issue 10828382: Cleanup: Don't close single tags. (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/browser/resources/print_preview/search/destination_search.html
diff --git a/chrome/browser/resources/print_preview/search/destination_search.html b/chrome/browser/resources/print_preview/search/destination_search.html
index 2757e027bafaf692a1bcce24656b995dc1da50d0..fdfaaf376f17dc11f068de925963eb9f97d413b6 100644
--- a/chrome/browser/resources/print_preview/search/destination_search.html
+++ b/chrome/browser/resources/print_preview/search/destination_search.html
@@ -10,7 +10,7 @@
<div class="cloud-list" hidden></div>
</div>
<div class="cloudprint-promo" hidden>
- <img src="../images/cloud.png" class="icon"/>
+ <img src="../images/cloud.png" class="icon">
<div class="promo-text"></div>
<div class="close-button"></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698