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

Side by Side Diff: chrome/browser/resources/chromeos/mobile_setup_portal.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 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="stylesheet" href="mobile_setup.css"></link> 6 <link rel="stylesheet" href="mobile_setup.css"></link>
7 <script src="chrome://resources/js/cr.js"></script> 7 <script src="chrome://resources/js/cr.js"></script>
8 <script src="chrome://resources/js/util.js"></script> 8 <script src="chrome://resources/js/util.js"></script>
9 <script src="mobile_setup_portal.js"></script> 9 <script src="mobile_setup_portal.js"></script>
10 </head> 10 </head>
11 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 11 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
(...skipping 14 matching lines...) Expand all
26 </tr> 26 </tr>
27 </tbody> 27 </tbody>
28 </table> 28 </table>
29 </div> 29 </div>
30 <iframe id="carrierPage" name="carrierPage" frameborder="0"></iframe> 30 <iframe id="carrierPage" name="carrierPage" frameborder="0"></iframe>
31 </div> 31 </div>
32 </div> 32 </div>
33 </div> 33 </div>
34 </body> 34 </body>
35 </html> 35 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/mobile_setup.html ('k') | chrome/browser/resources/chromeos/network_ui/network_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698