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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.html

Issue 539383003: Fix some more for= usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/options/manage_profile_overlay.html
diff --git a/chrome/browser/resources/options/manage_profile_overlay.html b/chrome/browser/resources/options/manage_profile_overlay.html
index 6b5950a872fdce3ed1eb86d3acae157dd7037aa2..51319e5f7f8de6a4432b33d76d4d8f4cd568b9e1 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.html
+++ b/chrome/browser/resources/options/manage_profile_overlay.html
@@ -10,9 +10,7 @@
<grid id="manage-profile-icon-grid"></grid>
<div id="manage-profile-name-input-container">
<label>
- <span id="manage-profile-name-label" for="manage-profile-name"
- i18n-content="manageProfilesNameLabel">
- </span>
+ <span i18n-content="manageProfilesNameLabel"></span>
<input id="manage-profile-name" type="text" required>
</label>
</div>
@@ -83,7 +81,7 @@
<grid id="create-profile-icon-grid"></grid>
<div id="create-profile-name-input-container">
<label>
- <span id="create-profile-name-label" for="create-profile-name"
+ <span id="create-profile-name-label"
i18n-content="manageProfilesNameLabel">
</span>
<input id="create-profile-name" type="text" required>
@@ -94,9 +92,7 @@
<div id="create-shortcut-container" class="checkbox" hidden>
<label>
<input id="create-shortcut" type="checkbox">
- <span for="create-shortcut"
- i18n-content="createProfileShortcutCheckbox">
- </span>
+ <span i18n-content="createProfileShortcutCheckbox"></span>
</label>
</div>
<div id="create-profile-supervised-container" class="checkbox">

Powered by Google App Engine
This is Rietveld 408576698