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

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: 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..cd2c7d0788316cd360f98377a405348f485d8e67 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">
csilv 2012/08/18 20:32:26 needs </span>
James Hawkins 2012/08/19 00:32:07 Done.
</span>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698