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

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

Issue 7063029: Options: Style cleanup - id attribute first. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 years, 7 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/personal_options.html
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html
index aca7f90ad16a5fd767d7fccf49e9b555f7c6bd43..344c7f80921cb8f6427cdf462c3f9f087cfc731c 100644
--- a/chrome/browser/resources/options/personal_options.html
+++ b/chrome/browser/resources/options/personal_options.html
@@ -50,7 +50,7 @@
<button id="new-profile" i18n-content="createProfileButton"></button>
</div>
</div>
- <a href="https://www.google.com/dashboard" id="privacy-dashboard-link"
+ <a id="privacy-dashboard-link" href="https://www.google.com/dashboard"
i18n-content="privacyDashboardLink" target="_blank" hidden></a>
</div>
</section>
@@ -150,5 +150,4 @@
</div>
</section>
</if>
-
</div>
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | chrome/browser/resources/options/search_engine_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698