diff options
Diffstat (limited to 'searx/templates/simple/preferences/cookies.html')
| -rw-r--r-- | searx/templates/simple/preferences/cookies.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/simple/preferences/cookies.html b/searx/templates/simple/preferences/cookies.html index b13dc6845..674d68234 100644 --- a/searx/templates/simple/preferences/cookies.html +++ b/searx/templates/simple/preferences/cookies.html @@ -1,7 +1,7 @@ <p class="text-muted"> {{- _('This is the list of cookies and their values SearXNG is storing on your computer.') }} - <br />{{- _('With that list, you can assess SearXNG transparency.') -}} - <br />{{- '' -}} + <br>{{- _('With that list, you can assess SearXNG transparency.') -}} + <br>{{- '' -}} </p> {% if cookies %} <table class="cookies"> |