diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-08-13 12:10:38 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-08-13 12:10:38 -0400 |
| commit | f1c35fde85e0570d4e6d557ac8328c3853a294b7 (patch) | |
| tree | 0120cbe54b3d3fd8159cd85129d03e603565f4ec | |
| parent | a20a9e8878ab6708bd3e3ecb4b1cee8728436dd0 (diff) | |
| download | omnisearch-f1c35fde85e0570d4e6d557ac8328c3853a294b7.tar.gz | |
fix: fixed issue with opensearch.xml
| -rw-r--r-- | templates/opensearch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/opensearch.xml b/templates/opensearch.xml index 14d3760..3c137f7 100644 --- a/templates/opensearch.xml +++ b/templates/opensearch.xml @@ -7,5 +7,5 @@ <Url type="text/html" method="get" template="{{scheme}}://{{domain}}/search?q={searchTerms}"/> <InputEncoding>UTF-8</InputEncoding> <OutputEncoding>UTF-8</OutputEncoding> - <moz:SearchForm>{{domain}}/</moz:SearchForm> + <moz:SearchForm>{{scheme}}://{{domain}}/</moz:SearchForm> </OpenSearchDescription> |
