diff --git a/searx/templates/simple/result_templates/map.html b/searx/templates/simple/result_templates/map.html index e1223cbc..3bdc378d 100644 --- a/searx/templates/simple/result_templates/map.html +++ b/searx/templates/simple/result_templates/map.html @@ -35,7 +35,7 @@ {{ info.label }}{{ info.value|safe }} {%- endfor -%} {%- for link in result.links -%} - {{ link.label }}{{ link.url|safe }} + {{ link.label }}{{ link.url_label|safe }} {%- endfor -%}