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

Side by Side Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 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
OLDNEW
1 <!DOCTYPE html> 1 <!doctype html>
2 <html i18n-values=" 2 <html i18n-values="
3 dir:textdirection; 3 dir:textdirection;
4 hasattribution:hasattribution; 4 hasattribution:hasattribution;
5 themegravity:themegravity; 5 themegravity:themegravity;
6 bookmarkbarattached:bookmarkbarattached;" 6 bookmarkbarattached:bookmarkbarattached;"
7 class="starting-up"> 7 class="starting-up">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title i18n-content="title"></title> 10 <title i18n-content="title"></title>
11 <!-- Don't scale the viewport in either portrait or landscape mode. 11 <!-- Don't scale the viewport in either portrait or landscape mode.
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 </a> 199 </a>
200 </p> 200 </p>
201 </div> 201 </div>
202 202
203 </div> 203 </div>
204 204
205 <!-- This is used to measure text in the current locale. It is not visible. --> 205 <!-- This is used to measure text in the current locale. It is not visible. -->
206 <div id="fontMeasuringDiv"></div> 206 <div id="fontMeasuringDiv"></div>
207 207
208 </html> 208 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/incognito_tab.html ('k') | chrome/browser/resources/omnibox/omnibox.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698