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

Side by Side Diff: chrome/installer/setup/eula/oem_nl.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_lv.html ('k') | chrome/installer/setup/eula/oem_no.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 25 matching lines...) Expand all
38 </td> 39 </td>
39 </tr> 40 </tr>
40 </table> 41 </table>
41 <div class="buttons"> 42 <div class="buttons">
42 <input type="submit" name="submit" value="Accepteren en uitvoeren" /> <in put onClick="window.returnValue = 2; window.close();" type="button" name="cancel " value="Annuleren" /> 43 <input type="submit" name="submit" value="Accepteren en uitvoeren" /> <in put onClick="window.returnValue = 2; window.close();" type="button" name="cancel " value="Annuleren" />
43 </div> 44 </div>
44 </form> 45 </form>
45 </div> 46 </div>
46 </body> 47 </body>
47 </html> 48 </html>
OLDNEW
« no previous file with comments | « chrome/installer/setup/eula/oem_lv.html ('k') | chrome/installer/setup/eula/oem_no.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698