bump embed bundle, fix embed code

This commit is contained in:
Florian BLOUET
2015-11-05 18:25:30 +01:00
parent 291adb73e5
commit 2115d41bd7
2 changed files with 5 additions and 5 deletions

8
composer.lock generated
View File

@@ -126,12 +126,12 @@
"source": {
"type": "git",
"url": "https://github.com/lostdalek/embed-bundle.git",
"reference": "304481b5b63bb8576bfb3211152f8d70d7d62b70"
"reference": "fea613bb99ddb93b3fdeb207e9a5dfc39a4eedf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lostdalek/embed-bundle/zipball/304481b5b63bb8576bfb3211152f8d70d7d62b70",
"reference": "304481b5b63bb8576bfb3211152f8d70d7d62b70",
"url": "https://api.github.com/repos/lostdalek/embed-bundle/zipball/fea613bb99ddb93b3fdeb207e9a5dfc39a4eedf4",
"reference": "fea613bb99ddb93b3fdeb207e9a5dfc39a4eedf4",
"shasum": ""
},
"require-dev": {
@@ -172,7 +172,7 @@
"source": "https://github.com/lostdalek/embed-bundle/tree/master",
"issues": "https://github.com/lostdalek/embed-bundle/issues"
},
"time": "2015-10-29 10:43:15"
"time": "2015-11-05 16:53:28"
},
{
"name": "alchemy/geonames-api-consumer",

View File

@@ -42,7 +42,7 @@
<label>{% trans %}Embed code{% endtrans %}</label>
{% spaceless %}
<textarea class="input-block-level" rows="4" readonly="true" id="embedRecordUrl">
<iframe width="{{ preview.width }}" height="{{ preview.height }}" src="{{ preview.embedUrl|url_encode }}" frameborder="0" allowfullscreen></iframe>
<iframe width="{{ preview.width }}" height="{{ preview.height }}" src="{{ preview.embedUrl }}" frameborder="0" allowfullscreen></iframe>
</textarea>
{% endspaceless %}
<p class="pull-right">