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

Side by Side Diff: chrome/browser/resources/chromeos/about_sys.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;"><head> 2 <html i18n-values="dir:textdirection;"><head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 5
6 <style> 6 <style>
7 body { 7 body {
8 font-size: 84%; 8 font-size: 84%;
9 font-family: Arial, Helvetica, sans-serif; 9 font-family: Arial, Helvetica, sans-serif;
10 padding: 0.75em; 10 padding: 0.75em;
11 margin: 0; 11 margin: 0;
12 min-width: 45em; 12 min-width: 45em;
13 } 13 }
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 jscontent="stat_name"></div></a></td> 264 jscontent="stat_name"></div></a></td>
265 <td class="button_cell"><button jsvalues="id:stat_name + '-value-btn'" 265 <td class="button_cell"><button jsvalues="id:stat_name + '-value-btn'"
266 class="expand_status"></button></td> 266 class="expand_status"></button></td>
267 <td class="number"><div class="stat_value" jscontent="stat_value" 267 <td class="number"><div class="stat_value" jscontent="stat_value"
268 jsvalues="id:stat_name + '-value'"></div></td> 268 jsvalues="id:stat_name + '-value'"></div></td>
269 </tr> 269 </tr>
270 </table> 270 </table>
271 </div> 271 </div>
272 </body> 272 </body>
273 </html> 273 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698