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

Side by Side Diff: chrome/browser/resources/about_version.html

Issue 117713003: Add encoding info for those WebUI pages that were missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 2
3 <!-- 3 <!--
4 about:version template page 4 about:version template page
5 --> 5 -->
6 6
7 <html id="t" i18n-values="dir:textdirection;"> 7 <html id="t" i18n-values="dir:textdirection;">
8 <head> 8 <head>
9 <meta charset="utf-8">
9 <title i18n-content="title"></title> 10 <title i18n-content="title"></title>
10 <if expr="is_android"> 11 <if expr="is_android">
11 <meta name="viewport" content="width=device-width"> 12 <meta name="viewport" content="width=device-width">
12 </if> 13 </if>
13 <link rel="stylesheet" href="chrome://version/about_version.css"> 14 <link rel="stylesheet" href="chrome://version/about_version.css">
14 <if expr="is_android"> 15 <if expr="is_android">
15 <link rel="stylesheet" href="about_version_android.css"> 16 <link rel="stylesheet" href="about_version_android.css">
16 </if> 17 </if>
17 <script src="chrome://resources/js/cr.js"></script> 18 <script src="chrome://resources/js/cr.js"></script>
18 <script src="chrome://resources/js/load_time_data.js"></script> 19 <script src="chrome://resources/js/load_time_data.js"></script>
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 <tr id="build-id-section"> 99 <tr id="build-id-section">
99 <td class="label" i18n-content="build_id_name"></td> 100 <td class="label" i18n-content="build_id_name"></td>
100 <td class="version" i18n-content="build_id"></td> 101 <td class="version" i18n-content="build_id"></td>
101 </tr> 102 </tr>
102 </if> 103 </if>
103 </table> 104 </table>
104 </div> 105 </div>
105 <script src="chrome://resources/js/i18n_template2.js"></script> 106 <script src="chrome://resources/js/i18n_template2.js"></script>
106 </body> 107 </body>
107 </html> 108 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_stats.html ('k') | chrome/browser/resources/bookmark_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698