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/oscar/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/oscar/result_templates/map.html')
| -rw-r--r-- | searx/templates/oscar/result_templates/map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/result_templates/map.html b/searx/templates/oscar/result_templates/map.html index eb3fccfc0..3b7ba1111 100644 --- a/searx/templates/oscar/result_templates/map.html +++ b/searx/templates/oscar/result_templates/map.html @@ -64,7 +64,7 @@ {%- if (result.latitude and result.longitude) or result.boundingbox -%} <div class="collapse" id="result-map-{{ index }}"> - <div style="height:300px; width:100%; margin: 10px 0;" id="osm-map-{{ index }}"></div> + <div class="osm-map-box" id="osm-map-{{ index }}"></div> </div> {%- endif -%} |