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

Side by Side Diff: chrome/browser/resources/reader_out_of_date.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 i18n-content="title"></title> 5 <title i18n-content="title"></title>
5 <style type="text/css"> 6 <style type="text/css">
6 body { 7 body {
7 background-color:#500; 8 background-color:#500;
8 font-family:Helvetica,Arial,sans-serif; 9 font-family:Helvetica,Arial,sans-serif;
9 margin:0px; 10 margin:0px;
10 } 11 }
11 .background { 12 .background {
12 position:absolute; 13 position:absolute;
13 width:100%; 14 width:100%;
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 <input type="radio" name="group" value="2"> <span i18n-content="open_w ith_reader"></span><br> 91 <input type="radio" name="group" value="2"> <span i18n-content="open_w ith_reader"></span><br>
91 <br> 92 <br>
92 <input type="button" i18n-values="value:ok" name="ok" class="proceedbu tton" onClick="sendCommand(getChecked());"> 93 <input type="button" i18n-values="value:ok" name="ok" class="proceedbu tton" onClick="sendCommand(getChecked());">
93 <input type="button" i18n-values="value:cancel" name="cancel" onClick= "sendCommand(0);"> 94 <input type="button" i18n-values="value:cancel" name="cancel" onClick= "sendCommand(0);">
94 </form> 95 </form>
95 </div> 96 </div>
96 </td> 97 </td>
97 </table> 98 </table>
98 </body> 99 </body>
99 </html> 100 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/quota_internals/main.html ('k') | chrome/browser/resources/safe_browsing_multiple_threat_block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698