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

Unified Diff: chrome/browser/resources/about_version.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/about_version.html
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html
index a584f742eec9201b1226bf365d63c1667a49cc11..1b71053c2af8cc88ac59cc4cbb1e676f9167f91c 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -8,7 +8,7 @@ about:version template page
<head>
<title i18n-content="title"></title>
<if expr="pp_ifdef('android')">
- <meta name="viewport" content="width=device-width"/>
+ <meta name="viewport" content="width=device-width">
</if>
<link rel="stylesheet" href="shared/css/about_version.css">
<if expr="pp_ifdef('android')">

Powered by Google App Engine
This is Rietveld 408576698