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

Side by Side Diff: chrome/installer/setup/eula/oem_en.html

Issue 150126: Fixes the character encoding in the EULA outer frames (sets them to utf-8)... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 months 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
« no previous file with comments | « chrome/installer/setup/eula/oem_el.html ('k') | chrome/installer/setup/eula/oem_en-GB.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
3 <title>Google Chrome OEM EULA</title> 4 <title>Google Chrome OEM EULA</title>
4 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" / > 5 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" / >
5 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script> 6 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script>
6 </head> 7 </head>
7 <body> 8 <body>
8 <div class="header"> 9 <div class="header">
9 <table cellpadding="0" cellspacing="0" border="0"> 10 <table cellpadding="0" cellspacing="0" border="0">
10 <tr> 11 <tr>
11 <td valign="top" width="48" align="center"> 12 <td valign="top" width="48" align="center">
12 <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32" height="32" /> 13 <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32" height="32" />
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 </tr> 45 </tr>
45 </table> 46 </table>
46 <div class="buttons"> 47 <div class="buttons">
47 <input type="submit" name="submit" value="Accept and Run" /> 48 <input type="submit" name="submit" value="Accept and Run" />
48 <input onClick="window.returnValue = 2; window.close();" type="button" nam e="cancel" value="Cancel" /> 49 <input onClick="window.returnValue = 2; window.close();" type="button" nam e="cancel" value="Cancel" />
49 </div> 50 </div>
50 </form> 51 </form>
51 </div> 52 </div>
52 </body> 53 </body>
53 </html> 54 </html>
OLDNEW
« no previous file with comments | « chrome/installer/setup/eula/oem_el.html ('k') | chrome/installer/setup/eula/oem_en-GB.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698