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

Unified Diff: chrome/browser/resources/print_preview/settings/color_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/color_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/color_settings.html b/chrome/browser/resources/print_preview/settings/color_settings.html
index 7b742e95ebe51501247517aa7b1f16fe0fb89eb0..41b81a994f46ac7c03380da828bb1a611bfdb465 100644
--- a/chrome/browser/resources/print_preview/settings/color_settings.html
+++ b/chrome/browser/resources/print_preview/settings/color_settings.html
@@ -5,12 +5,12 @@
<h1 i18n-content="optionColor"></h1>
<div class="right-column">
<div class="radio"><label>
- <input class="color-settings-color-option" type="radio" name="color"/>
+ <input class="color-settings-color-option" type="radio" name="color">
<span i18n-content="optionColor"></span>
</label></div>
<div class="radio"><label>
<input class="color-settings-bw-option" type="radio" name="color"
- checked/>
+ checked>
<span i18n-content="optionBw"></span>
</label></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698