| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values=" | 2 <html i18n-values=" |
| 3 dir:textdirection; | 3 dir:textdirection; |
| 4 firstview:firstview; | 4 firstview:firstview; |
| 5 bookmarkbarattached:bookmarkbarattached; | 5 bookmarkbarattached:bookmarkbarattached; |
| 6 hasattribution:hasattribution; | 6 hasattribution:hasattribution; |
| 7 anim:anim; | 7 anim:anim; |
| 8 syncispresent:syncispresent; | 8 syncispresent:syncispresent; |
| 9 showsetashomepage:showsetashomepage"> | 9 showsetashomepage:showsetashomepage"> |
| 10 | 10 |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 | 239 |
| 240 <div id="tip-line"></div> | 240 <div id="tip-line"></div> |
| 241 | 241 |
| 242 <div id="attribution" class="attribution"> | 242 <div id="attribution" class="attribution"> |
| 243 <div i18n-content="attributionintro"></div> | 243 <div i18n-content="attributionintro"></div> |
| 244 <img id="attribution-img"> | 244 <img id="attribution-img"> |
| 245 </div> | 245 </div> |
| 246 | 246 |
| 247 </div> <!-- main --> | 247 </div> <!-- main --> |
| 248 | 248 |
| 249 <div id="themes-promo"> |
| 250 <a i18n-values="href:themelink"> |
| 251 <img src="chrome://theme/newtab_themes_promo"> |
| 252 </a> |
| 253 </div> |
| 254 |
| 249 <div class="window-menu" id="window-tooltip"></div> | 255 <div class="window-menu" id="window-tooltip"></div> |
| 250 | 256 |
| 251 </body> | 257 </body> |
| 252 <script src="local_strings.js"></script> | 258 <script src="local_strings.js"></script> |
| 253 <script src="new_new_tab.js"></script> | 259 <script src="new_new_tab.js"></script> |
| 254 </html> | 260 </html> |
| OLD | NEW |