summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2014-12-08 01:11:45 +0100
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2014-12-08 01:11:45 +0100
commit977972a8ec49cd067b4670c1acdc03b1642aefb3 (patch)
treef979acc1a5856848d9643285384fd032224b2741 /searx/templates
parent0a2051ef3cdbefb6fafcca9e34f9fd89638be189 (diff)
downloadsearxng-977972a8ec49cd067b4670c1acdc03b1642aefb3.tar.gz
searxng-977972a8ec49cd067b4670c1acdc03b1642aefb3.zip
UX + HTML corrections
Add title on image for hover Add alt on favicon
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/oscar/result_templates/images.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/oscar/result_templates/images.html b/searx/templates/oscar/result_templates/images.html
index 91838cba0..9dfe3d337 100644
--- a/searx/templates/oscar/result_templates/images.html
+++ b/searx/templates/oscar/result_templates/images.html
@@ -1,5 +1,5 @@
<a href="{{ result.img_src }}" data-toggle="modal" data-target="#modal-{{ index }}">
- <img src="{{ result.img_src }}" alt="{{ result.title|e }}" class="img-thumbnail">
+ <img src="{{ result.img_src }}" alt="{{ result.title|e }}" title="{{ result.title|e }}" class="img-thumbnail">
</a>
<div class="modal fade" id="modal-{{ index }}" tabindex="-1" role="dialog" aria-hidden="true">
@@ -7,7 +7,7 @@
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
- <h4 class="modal-title">{% if result['favicon'] %}<img width="32" height="32" class="favicon" src="static/{{ theme }}/img/icons/{{ result['favicon'] }}.png" /> {% endif %}{{ result.title|striptags }}</h4>
+ <h4 class="modal-title">{% if result['favicon'] %}<img width="32" height="32" class="favicon" src="static/{{ theme }}/img/icons/{{ result['favicon'] }}.png" alt="{{ result['favicon'] }}" /> {% endif %}{{ result.title|striptags }}</h4>
</div>
<div class="modal-body">
<img class="img-responsive center-block" src="{{ result.img_src }}" alt="{{ result.title }}">