diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-16 00:56:54 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-16 00:56:54 +0100 |
| commit | 2fc1de54da6c81ab99240b2f69319dfc62d6dd2e (patch) | |
| tree | d72b4b67d5a7e29924e1a4979a74c37729aa380f /searx/templates/courgette/result_templates/images.html | |
| parent | 14447a0761220ec352c889c9bc3d4ba22ee3494e (diff) | |
Lots of courgette modification
Diffstat (limited to 'searx/templates/courgette/result_templates/images.html')
| -rw-r--r-- | searx/templates/courgette/result_templates/images.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/courgette/result_templates/images.html b/searx/templates/courgette/result_templates/images.html index ebda5380b..0ff887101 100644 --- a/searx/templates/courgette/result_templates/images.html +++ b/searx/templates/courgette/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> +</div>
\ No newline at end of file |