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