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

Unified Diff: chrome/browser/resources/print_preview/settings/other_options_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/other_options_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/other_options_settings.html b/chrome/browser/resources/print_preview/settings/other_options_settings.html
index ae1b97b04781120bc3db8158609a83abb852a556..1b961b492d207d941e9c06e219c9425712e727e5 100644
--- a/chrome/browser/resources/print_preview/settings/other_options_settings.html
+++ b/chrome/browser/resources/print_preview/settings/other_options_settings.html
@@ -4,19 +4,19 @@
<div class="right-column checkbox">
<div class="header-footer-container checkbox">
<label aria-live="polite">
- <input class="header-footer-checkbox" type="checkbox" />
+ <input class="header-footer-checkbox" type="checkbox">
<span i18n-content="optionHeaderFooter"></span>
</label>
</div>
<div class="fit-to-page-container checkbox">
<label aria-live="polite">
- <input class="fit-to-page-checkbox" type="checkbox" />
+ <input class="fit-to-page-checkbox" type="checkbox">
<span i18n-content="optionFitToPage"></span>
</label>
</div>
<div class="duplex-container checkbox">
<label aria-live="polite">
- <input class="duplex-checkbox" type="checkbox"/>
+ <input class="duplex-checkbox" type="checkbox">
<span i18n-content="optionTwoSided"></span>
</label>
</div>

Powered by Google App Engine
This is Rietveld 408576698