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

Side by Side Diff: chrome/browser/resources/notification_1line.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> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8">
4 <title>$2</title> 5 <title>$2</title>
5 <style> 6 <style>
6 body { 7 body {
7 font-family: helvetica, arial, sans-serif; 8 font-family: helvetica, arial, sans-serif;
8 font-size: 13px; 9 font-size: 13px;
9 } 10 }
10 </style> 11 </style>
11 </head> 12 </head>
12 <body dir="$3"><div id="$1">$2</div></body> 13 <body dir="$3"><div id="$1">$2</div></body>
13 </html> 14 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/index.html ('k') | chrome/browser/resources/notification_2line.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698