diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-09-06 11:45:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-06 11:45:15 +0200 |
| commit | a26e4eff10b8ed41d7012390d4efc575b9da8eb0 (patch) | |
| tree | 88fccec09898e22cfd4e2822dc903b033e5660ad /searx/templates/simple/result_templates/map.html | |
| parent | 33ea1d59096c08cc5b5045f975525d311d1960d1 (diff) | |
| parent | 0d070fde923245f14e730ef1c8da1a9161f0c96a (diff) | |
Merge pull request #292 from return42/fix-csp
[fix] make HTML templates more CSP compliant
Diffstat (limited to 'searx/templates/simple/result_templates/map.html')
| -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 8b08bda6e..dc6a62010 100644 --- a/searx/templates/simple/result_templates/map.html +++ b/searx/templates/simple/result_templates/map.html @@ -45,7 +45,7 @@ {{- result_sub_footer(result, proxify) -}} {% if (result.latitude and result.longitude) or result.boundingbox -%} - <div id="result-map-{{ index }}" class="invisible"><div id="osm-map-{{ index }}" style="height:300px; width:100%; margin: 10px 0;" ></div></div> + <div id="result-map-{{ index }}" class="invisible"><div id="osm-map-{{ index }}" class="osm-map-box"></div></div> {%- endif %} {{- result_footer(result) }} |