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

Side by Side Diff: chrome/browser/resources/supervised_user_block_interstitial.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 i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta name="viewport" content="width=device-width"> 4 <meta name="viewport" content="width=device-width">
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <title i18n-content="blockPageTitle"></title> 6 <title i18n-content="blockPageTitle"></title>
7 <link rel="stylesheet" href="supervised_user_block_interstitial.css"> 7 <link rel="stylesheet" href="supervised_user_block_interstitial.css">
8 <script src="../../../ui/webui/resources/js/cr.js"></script> 8 <script src="../../../ui/webui/resources/js/cr.js"></script>
9 <script src="../../../ui/webui/resources/js/util.js"></script> 9 <script src="../../../ui/webui/resources/js/util.js"></script>
10 <script src="supervised_user_block_interstitial.js"></script> 10 <script src="supervised_user_block_interstitial.js"></script>
11 </head> 11 </head>
(...skipping 16 matching lines...) Expand all
28 <div id="button-container"> 28 <div id="button-container">
29 <button id="back-button" i18n-content="backButton"></button> 29 <button id="back-button" i18n-content="backButton"></button>
30 <button id="request-access-button" i18n-content="requestAccessButton"> 30 <button id="request-access-button" i18n-content="requestAccessButton">
31 </button> 31 </button>
32 </div> 32 </div>
33 </div> 33 </div>
34 </div> 34 </div>
35 </div> 35 </div>
36 </body> 36 </body>
37 </html> 37 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698