diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-04 14:32:53 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-04 14:32:53 +0100 |
| commit | a9b4f458e98ffcd5a2bce95fd95c28638a3a6b0f (patch) | |
| tree | bff4112090bc74e6164a0164ab7c811551c8fc51 /searx/templates/oscar/result_templates | |
| parent | 46dd502592f5ad09fab761c9311065b72ee3e55d (diff) | |
| parent | 25312c53e170deb55bd48029e3b76b87692e1911 (diff) | |
Merge pull request #6 from pointhi/template_oscar
[enh] add no-js support
Diffstat (limited to 'searx/templates/oscar/result_templates')
| -rw-r--r-- | searx/templates/oscar/result_templates/images.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/result_templates/images.html b/searx/templates/oscar/result_templates/images.html index c1b9e9b01..91838cba0 100644 --- a/searx/templates/oscar/result_templates/images.html +++ b/searx/templates/oscar/result_templates/images.html @@ -1,4 +1,4 @@ -<a href="#" data-toggle="modal" data-target="#modal-{{ index }}">
+<a href="{{ result.img_src }}" data-toggle="modal" data-target="#modal-{{ index }}">
<img src="{{ result.img_src }}" alt="{{ result.title|e }}" class="img-thumbnail">
</a>
|