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

Unified Diff: chrome/browser/resources/extensions/extension_commands_overlay.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/extensions/extension_commands_overlay.html
diff --git a/chrome/browser/resources/extensions/extension_commands_overlay.html b/chrome/browser/resources/extensions/extension_commands_overlay.html
index 03f22c13755716ccf2d9ee9702fc670ee74567e8..2bcab88d7530344555a558e25f0a623d3f066d04 100644
--- a/chrome/browser/resources/extensions/extension_commands_overlay.html
+++ b/chrome/browser/resources/extensions/extension_commands_overlay.html
@@ -41,7 +41,7 @@
<div class="command-container">
<span class="command-description"></span>
<span class="command-shortcut-container">
- <span class="command-shortcut clearable" tabindex="0" />
+ <span class="command-shortcut clearable" tabindex="0"></span>
</span>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698