summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authordalf <alex@al-f.net>2013-12-31 12:58:10 +0100
committerdalf <alex@al-f.net>2013-12-31 12:58:10 +0100
commit04727a2043025597293fed47392f3b748a654a01 (patch)
tree35a1f5b9f0fe49a1fc3fbc13314a581e455f0c34 /searx/templates
parent4009b9a66dd2125671526c294a8951d253bf2b92 (diff)
downloadsearxng-04727a2043025597293fed47392f3b748a654a01.tar.gz
searxng-04727a2043025597293fed47392f3b748a654a01.zip
[mod] more html5 compliant
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/results.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/templates/results.html b/searx/templates/results.html
index a939bde22..2f018881c 100644
--- a/searx/templates/results.html
+++ b/searx/templates/results.html
@@ -6,7 +6,7 @@
</div>
<div id="results">
{% if suggestions %}
- <div id="suggestions">Suggestions: {% for suggestion in suggestions %}<form method="post" action=""><input type="hidden" name="q" value="{{suggestion}}"><input type="submit" value="{{ suggestion }}" /></form>{% endfor %}</div>
+ <div id="suggestions">Suggestions: {% for suggestion in suggestions %}<form method="post" action="/"><input type="hidden" name="q" value="{{suggestion}}"><input type="submit" value="{{ suggestion }}" /></form>{% endfor %}</div>
{% endif %}
<div>
Number of results: {{ number_of_results }}
@@ -18,14 +18,14 @@
{% include 'result_templates/default.html' %}
{% endif %}
{% endfor %}
- <form method="post" action="">
+ <form method="post" action="/">
<div class="left">
<input type="hidden" name="q" value="{{ q }}" />
<input type="hidden" name="format" value="csv" />
<input type="submit" value="download results in csv" />
</div>
</form>
- <form method="post" action="">
+ <form method="post" action="/">
<div class="">
<input type="hidden" name="q" value="{{ q }}" />
<input type="hidden" name="format" value="json" />