diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-07-02 17:13:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-02 17:13:17 +0200 |
| commit | 8e155b40bc86854b151e152ca4570515eb531e91 (patch) | |
| tree | 7c1f7963a207183ecf64b125f651a3f71593685e /searx/templates/simple | |
| parent | 69a6d994e1a471eb35a8adb7d75c753ca7dc3704 (diff) | |
| parent | 5831c15b49fb6ffeb19566deb37a0e470fd261e3 (diff) | |
Merge pull request #1381 from dalf/fix-upd-osm
openstreetmap: localized results.
Diffstat (limited to 'searx/templates/simple')
| -rw-r--r-- | searx/templates/simple/result_templates/map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/result_templates/map.html b/searx/templates/simple/result_templates/map.html index e1223cbc0..3bdc378d6 100644 --- a/searx/templates/simple/result_templates/map.html +++ b/searx/templates/simple/result_templates/map.html @@ -35,7 +35,7 @@ <tr><th scope="row">{{ info.label }}</th><td>{{ info.value|safe }}</td></tr> {%- endfor -%} {%- for link in result.links -%} - <tr><th scope="row">{{ link.label }}</th><td><a class="text-info cursor-pointer" href="{{ link.url }}">{{ link.url|safe }}</a></td></tr> + <tr><th scope="row">{{ link.label }}</th><td><a class="text-info cursor-pointer" href="{{ link.url }}">{{ link.url_label|safe }}</a></td></tr> {%- endfor -%} </table> |