diff options
| author | MrPaulBlack <paul.accounts@protonmail.com> | 2021-09-21 00:12:39 +0200 |
|---|---|---|
| committer | MrPaulBlack <paul.accounts@protonmail.com> | 2021-09-21 00:12:39 +0200 |
| commit | 575483ad2a6af330335bc3864261109fbbc322d8 (patch) | |
| tree | ab610e77dba30b9595a183a23a08e9fe59dab748 | |
| parent | 880fe67172cfba4890fac74b9773457336461604 (diff) | |
[theme] add newline at the end of the file
| -rw-r--r-- | searx/templates/simple/simple_search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/simple_search.html b/searx/templates/simple/simple_search.html index 311533891..3d0e11834 100644 --- a/searx/templates/simple/simple_search.html +++ b/searx/templates/simple/simple_search.html @@ -6,4 +6,4 @@ <button id="send_search" type="submit" tabindex="-1"><span class="hide_if_nojs">{{ icon('search') }}</span><span class="show_if_nojs">{{ _('Start search') }}</span></button> </div> </div> -</form>
\ No newline at end of file +</form> |