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

Unified Diff: chrome/browser/resources/print_preview/settings/destination_settings.html

Issue 10828382: Cleanup: Don't close single tags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. 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/settings/destination_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/destination_settings.html b/chrome/browser/resources/print_preview/settings/destination_settings.html
index 8a60304c5006a17a81586e32f0fffeb84039c178..3b7ab73aad500afcc87ddcaecd6fcaf77c15a587 100644
--- a/chrome/browser/resources/print_preview/settings/destination_settings.html
+++ b/chrome/browser/resources/print_preview/settings/destination_settings.html
@@ -3,7 +3,7 @@
<div class="right-column">
<div class="throbber"></div>
<div class="destination-settings-box" hidden>
- <img class="destination-settings-icon"/>
+ <img class="destination-settings-icon">
<div class="destination-settings-info-wrapper">
<div class="destination-settings-info">
<div class="destination-settings-name"></div>

Powered by Google App Engine
This is Rietveld 408576698