diff options
| author | pw3t <romain@berthor.fr> | 2014-01-16 21:58:18 +0100 |
|---|---|---|
| committer | pw3t <romain@berthor.fr> | 2014-01-17 20:47:17 +0100 |
| commit | 380b440a55ba3b8ec1430843226fa6b4b0dfe289 (patch) | |
| tree | f3340cee144d5e15e45f30faff01851f25620cee /searx/templates/results.html | |
| parent | a62b94e21c4c521430fb3b37f4241adb1faee63c (diff) | |
[fix] replace the png icons by ico's, minor chnage in the html
Diffstat (limited to 'searx/templates/results.html')
| -rw-r--r-- | searx/templates/results.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/templates/results.html b/searx/templates/results.html index b35416ffa..be40900c3 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -14,9 +14,6 @@ <div id ="result_count"> Number of results: {{ number_of_results }} </div> - {% if featured_results %} - {% include 'result_templates/featured_results.html' %} - {% endif %} {% for result in results %} {% if result['template'] %} |