Add back newline

This commit is contained in:
Marcell Fülöp 2022-06-28 15:57:11 +00:00
parent 9a69094730
commit f22a638388

View File

@ -118,6 +118,7 @@ class Search:
mobile = 'Android' in self.user_agent or 'iPhone' in self.user_agent
# reconstruct url if X-Forwarded-Host header present
root_url = get_proxy_host_url(self.request, self.request.url_root)
content_filter = Filter(self.session_key,
root_url=root_url,
mobile=mobile,