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

Side by Side Diff: chrome/browser/resources/plugins.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="pluginsTitle"></title> 5 <title i18n-content="pluginsTitle"></title>
6 <link rel="stylesheet" href="plugins.css"/> 6 <link rel="stylesheet" href="plugins.css">
7 <if expr="pp_ifdef('chromeos')"> 7 <if expr="pp_ifdef('chromeos')">
8 <link rel="stylesheet" 8 <link rel="stylesheet"
9 href="chrome://resources/css/chromeos/ui_account_tweaks.css"> 9 href="chrome://resources/css/chromeos/ui_account_tweaks.css">
10 </if> 10 </if>
11 </head> 11 </head>
12 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 12 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
13 <div id="body-container" style="visibility:hidden"> 13 <div id="body-container" style="visibility:hidden">
14 14
15 <div id="header"><h1 i18n-content="pluginsTitle">TITLE</h1></div> 15 <div id="header"><h1 i18n-content="pluginsTitle">TITLE</h1></div>
16 16
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 <if expr="pp_ifdef('chromeos')"> 206 <if expr="pp_ifdef('chromeos')">
207 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> 207 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script>
208 </if> 208 </if>
209 209
210 <script src="chrome://resources/js/load_time_data.js"></script> 210 <script src="chrome://resources/js/load_time_data.js"></script>
211 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 211 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
212 <script src="chrome://plugins/strings.js"></script> 212 <script src="chrome://plugins/strings.js"></script>
213 <script src="chrome://resources/js/i18n_template2.js"></script> 213 <script src="chrome://resources/js/i18n_template2.js"></script>
214 </body> 214 </body>
215 </html> 215 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698