diff options
author | SimonBrazell <simon@brazell.com.au> | 2021-04-16 10:45:15 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2021-04-16 10:45:15 +1000 |
commit | 7640e5c6bc4a79fdcad230c08806c1e9cf8096ca (patch) | |
tree | c6232409bffdbb9bbdf1d833649b4c54ca12a9ea /src/pages/popup/popup.html | |
parent | Merge pull request #219 from jaki/handle-reddit-img (diff) | |
download | libredirect-7640e5c6bc4a79fdcad230c08806c1e9cf8096ca.zip |
Prepare for release 1.1.47
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r-- | src/pages/popup/popup.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 4514cafe..c9105f61 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -142,11 +142,7 @@ <tbody> <tr> <td> - <h1 - data-localise="__MSG_disableSearchEngine__" - class="new-badge" - data-new-badge - > + <h1 data-localise="__MSG_disableSearchEngine__"> Search Engine Redirects </h1> </td> @@ -183,7 +179,10 @@ id="disable-simplyTranslate" type="checkbox" /> - <label for="disable-simplyTranslate" class="checkbox-label"></label> + <label + for="disable-simplyTranslate" + class="checkbox-label" + ></label> </td> </tr> </tbody> |