| OLD | NEW |
| 1 <div id="clear-browser-data-history-notice" class="page" hidden> | 1 <div id="clear-browser-data-history-notice" class="page" hidden> |
| 2 <h1 i18n-content="clearBrowserDataHistoryNoticeTitle"></h1> | 2 <h1 i18n-content="clearBrowserDataHistoryNoticeTitle"></h1> |
| 3 <div class="content-area"> | 3 <div class="content-area"> |
| 4 <p i18n-values=".innerHTML:clearBrowserDataHistoryNotice"></p> | 4 <p i18n-values=".innerHTML:clearBrowserDataHistoryNotice"></p> |
| 5 </div> | 5 </div> |
| 6 <div class="action-area"> | 6 <div class="action-area"> |
| 7 <div class="button-strip"> | 7 <div class="button-strip"> |
| 8 <button id="clear-browser-data-history-notice-ok" class="default-button" | 8 <button id="clear-browser-data-history-notice-ok" class="default-button" |
| 9 i18n-content="ok"> | 9 i18n-content="clearBrowserDataHistoryNoticeOk"> |
| 10 </button> | 10 </button> |
| 11 </div> | 11 </div> |
| 12 </div> | 12 </div> |
| 13 </div> | 13 </div> |
| OLD | NEW |