| OLD | NEW |
| 1 <div id="searchPage" class="page" hidden> | 1 <div id="searchPage" class="page" hidden> |
| 2 <h1 i18n-content="searchPage"></h1> | 2 <h1 i18n-content="searchPage"></h1> |
| 3 <div id="searchPageNoMatches"> | 3 <div id="searchPageNoMatches"> |
| 4 <p i18n-content="searchPageNoMatches"></p> | 4 <p i18n-content="searchPageNoMatches"></p> |
| 5 <p><span i18n-content="searchPageHelpLabel"></span> | 5 <p><span i18n-content="searchPageHelpLabel"></span> |
| 6 <a target=_blank" i18n-content="searchPageHelpTitle" | 6 <a target="_blank" i18n-content="searchPageHelpTitle" |
| 7 i18n-values="href:searchPageHelpURL"></a> | 7 i18n-values="href:searchPageHelpURL"></a> |
| 8 </p> | 8 </p> |
| 9 </div> | 9 </div> |
| 10 </div> | 10 </div> |
| OLD | NEW |