#1433: space
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3409 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
0078a71d4f
commit
d64582e72e
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@
|
||||||
{% if travel_program.mapHtml is not empty %}
|
{% if travel_program.mapHtml is not empty %}
|
||||||
{{ travel_program.mapHtml|raw|stripslashes }}
|
{{ travel_program.mapHtml|raw|stripslashes }}
|
||||||
{% else %}
|
{% else %}
|
||||||
<img src="/uploads/maps/ {{ travel_program.mapImage ~ travel_program.mapImageExt }}" width="100%"
|
<img src="/uploads/maps/{{ travel_program.mapImage ~ travel_program.mapImageExt }}" width="100%"
|
||||||
alt="Karte zum Reiseablauf" class="img-responsive"
|
alt="Karte zum Reiseablauf" class="img-responsive"
|
||||||
>
|
>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue