diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-15 01:48:46 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-15 01:48:46 +0100 |
| commit | 389fc3b8b27e52a0959c4008ad303337f1c3c827 (patch) | |
| tree | a2e20ff4a218f3543356759f84a99b512ba77091 /searx/templates/default/result_templates/images.html | |
| parent | 08df681b48aa32abfcf7420be30c669684dbc57e (diff) | |
Few fixes
- Whitespaces
- Change a few <p> in <span>
- Add RSS to allow browser detection
- A few UIUX changes
- Add a few more allowed translations
Diffstat (limited to 'searx/templates/default/result_templates/images.html')
| -rw-r--r-- | searx/templates/default/result_templates/images.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/default/result_templates/images.html b/searx/templates/default/result_templates/images.html index 4c6d59e01..9cb82ba51 100644 --- a/searx/templates/default/result_templates/images.html +++ b/searx/templates/default/result_templates/images.html @@ -1,6 +1,6 @@ <div class="image_result"> <p> <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}" /></a> - <span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span> + <span class="url"><a href="{{ result.url }}" class="small_font">{{ _('original context') }}</a></span> </p> </div> |