Skip to content

Commit

Permalink
Adding missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jul 10, 2016
1 parent be9dc9c commit 1c6ec16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<div class="jsThumbnailImageWrapper jsSingleThumbnailWrapper">
<?php if (isset(${$zone}->path)): ?>
<figure data-id="{{ ${$zone}->pivot->id }}>
<figure data-id="{{ ${$zone}->pivot->id }}">
<?php if (${$zone}->isImage()): ?>
<img src="{{ Imagy::getThumbnail(${$zone}->path, (isset($thumbnailSize) ? $thumbnailSize : 'mediumThumb')) }}" alt="{{ ${$zone}->alt_attribute }}"/>
<?php else: ?>
Expand Down

0 comments on commit 1c6ec16

Please sign in to comment.