| OLD | NEW |
| 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 customlogo:customlogo;"> | 5 customlogo:customlogo;"> |
| 6 <head> | 6 <head> |
| 7 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
| 8 <title i18n-content="title"></title> | 8 <title i18n-content="title"></title> |
| 9 <!-- Don't scale the viewport in either portrait or landscape mode. | 9 <!-- Don't scale the viewport in either portrait or landscape mode. |
| 10 Note that this means apps will be reflowed when rotated (like iPad). | 10 Note that this means apps will be reflowed when rotated (like iPad). |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 <div id="trash"> | 93 <div id="trash"> |
| 94 <span i18n-content="trashLabel"></span> | 94 <span i18n-content="trashLabel"></span> |
| 95 </div> | 95 </div> |
| 96 </div> | 96 </div> |
| 97 </div> | 97 </div> |
| 98 </body> | 98 </body> |
| 99 | 99 |
| 100 <!-- Apps promo. --> | 100 <!-- Apps promo. --> |
| 101 <div id="apps-promo-extras-template" class="apps-promo-extras" hidden> | 101 <div id="apps-promo-extras-template" class="apps-promo-extras" hidden> |
| 102 <h3 class="apps-promo-heading"></h3> | 102 <h3 class="apps-promo-heading"></h3> |
| 103 <a class="apps-promo-link g-button-basic" | 103 <a class="apps-promo-link g-button-basic"><a/> |
| 104 ping="record-webstore-launch+true"><a/> | |
| 105 <a class="apps-promo-hide link-color" href="#"><a/> | 104 <a class="apps-promo-hide link-color" href="#"><a/> |
| 106 </div> | 105 </div> |
| 107 </html> | 106 </html> |
| OLD | NEW |