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

Side by Side Diff: chrome/browser/resources/chromeos/offline_app_load.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 <html i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8">
4 <title i18n-content="title"> 5 <title i18n-content="title">
5 </title> 6 </title>
6 <style> 7 <style>
7 html { 8 html {
8 height: 100%; 9 height: 100%;
9 } 10 }
10 body { 11 body {
11 color: #000; 12 color: #000;
12 font-family: Helvetica, Arial, sans-serif; 13 font-family: Helvetica, Arial, sans-serif;
13 background-image: -webkit-linear-gradient(rgb(255, 255, 255) 50%, 14 background-image: -webkit-linear-gradient(rgb(255, 255, 255) 50%,
(...skipping 28 matching lines...) Expand all
42 <div id="name" jsvalues=".innerText:name"></div> 43 <div id="name" jsvalues=".innerText:name"></div>
43 <div id="msg" jsvalues=".innerText:msg"></div> 44 <div id="msg" jsvalues=".innerText:msg"></div>
44 <div id="suggestions" jsselect="suggestionsLearnMore"> 45 <div id="suggestions" jsselect="suggestionsLearnMore">
45 <span jsvalues=".innerHTML:msg"></span> 46 <span jsvalues=".innerHTML:msg"></span>
46 </div> 47 </div>
47 </div> 48 </div>
48 </div> 49 </div>
49 50
50 </body> 51 </body>
51 </html> 52 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/notification_icon_link.html ('k') | chrome/browser/resources/chromeos/proxy_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698