Skip to content

Commit

Permalink
Merge pull request #6 from jvega190/master
Browse files Browse the repository at this point in the history
Properly close iframe tag
  • Loading branch information
sumerjabri authored Oct 15, 2021
2 parents 207748c + bb6244e commit 3379882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion craftercms-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ plugin:
version:
major: 1
minor: 0
patch: 5
patch: 6
description: A plugin to add Google Maps to a site
documentation: "https://raw.githubusercontent.com/craftercms/googlemaps-plugin/master/readme.md"
website:
Expand Down
2 changes: 1 addition & 1 deletion delivery/templates/googlemaps.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
height="${contentModel.height_s}"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=${apiKey}&${params?join('&')}"
/>
></iframe>
</div>
<#else>
The Google Maps plugin requires an API key, please follow the
Expand Down

0 comments on commit 3379882

Please sign in to comment.