Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 <form id="search-form" action="https://duckduckgo.com" method="GET"> | |
2 <label for="search" class="sr-only">{{ "Search Adblock Plus Help" | translate( "search-form-label", "Label") }}</label> | |
3 <input id="search" name="q" type="search" placeholder="{{ "Search Adblock Plus Help" | translate("search-form-label", "Label") }}"> | |
4 <input type="hidden" name="sites" value="adblockplus.org"> | |
5 <button type="submit"> | |
6 <img src="/img/png/search-icon.png" srcset="/img/svg/search-icon.svg 2x" alt ="{{ "Search" | translate("search-icon-alt", "Image alt text") }}"> | |
7 </button> | |
8 </form> | |
OLD | NEW |