Loading searx/templates/etheme/base.html +0 −1 Original line number Original line Diff line number Diff line Loading @@ -88,7 +88,6 @@ <footer> <footer> {% block footer %} {% block footer %} {% endblock %} {% endblock %} Test <b>2</b><br /> <p class="text-muted"> <p class="text-muted"> <small> <small> e Foundation 2018-2021, e Foundation 2018-2021, Loading searx/templates/etheme/macros.html +1 −1 Original line number Original line Diff line number Diff line Loading @@ -97,7 +97,7 @@ {% macro search_link(text, q, method=None, time_range=None, lang=None, category=None) -%} {% macro search_link(text, q, method=None, time_range=None, lang=None, category=None) -%} <form method="{{ method or 'POST' }}" action="{{ url_for('search') }}" role="navigation"> <form method="{{ method or 'POST' }}" action="{{ url_for('search') }}" role="navigation"> <input type="hidden" name="q" value="{{ q }}" /> <input type="hidden" name="q" value="{{ q.title }}" /> {% if time_range %} {% if time_range %} <input type="hidden" name="time_range" value="{{ time_range }}" /> <input type="hidden" name="time_range" value="{{ time_range }}" /> {% endif %} {% endif %} Loading Loading
searx/templates/etheme/base.html +0 −1 Original line number Original line Diff line number Diff line Loading @@ -88,7 +88,6 @@ <footer> <footer> {% block footer %} {% block footer %} {% endblock %} {% endblock %} Test <b>2</b><br /> <p class="text-muted"> <p class="text-muted"> <small> <small> e Foundation 2018-2021, e Foundation 2018-2021, Loading
searx/templates/etheme/macros.html +1 −1 Original line number Original line Diff line number Diff line Loading @@ -97,7 +97,7 @@ {% macro search_link(text, q, method=None, time_range=None, lang=None, category=None) -%} {% macro search_link(text, q, method=None, time_range=None, lang=None, category=None) -%} <form method="{{ method or 'POST' }}" action="{{ url_for('search') }}" role="navigation"> <form method="{{ method or 'POST' }}" action="{{ url_for('search') }}" role="navigation"> <input type="hidden" name="q" value="{{ q }}" /> <input type="hidden" name="q" value="{{ q.title }}" /> {% if time_range %} {% if time_range %} <input type="hidden" name="time_range" value="{{ time_range }}" /> <input type="hidden" name="time_range" value="{{ time_range }}" /> {% endif %} {% endif %} Loading