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

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

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 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
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 <meta charset="utf-8">
10 <title i18n-content="title"></title> 10 <title i18n-content="title"></title>
11 <if expr="is_android"> 11 <if expr="is_android">
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 <tr id="build-id-section"> 97 <tr id="build-id-section">
98 <td class="label" i18n-content="build_id_name"></td> 98 <td class="label" i18n-content="build_id_name"></td>
99 <td class="version" i18n-content="build_id"></td> 99 <td class="version" i18n-content="build_id"></td>
100 </tr> 100 </tr>
101 </if> 101 </if>
102 </table> 102 </table>
103 </div> 103 </div>
104 <script src="chrome://resources/js/i18n_template2.js"></script> 104 <script src="chrome://resources/js/i18n_template2.js"></script>
105 </body> 105 </body>
106 </html> 106 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_sys/about_sys.html ('k') | chrome/browser/resources/about_voicesearch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698