Commit c089eaf6f967986c524c4237ff8117ec74bfd0de
1 parent
c62b5a85
Thumbnail render cleanup.
Committed by: Jarrett Jordaan Reviewed by: Megan Watson
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/thumbnails/templates/thumbnail_viewlet.smarty
| @@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
| 10 | <div class="thumb-shadow"> | 10 | <div class="thumb-shadow"> |
| 11 | <div> | 11 | <div> |
| 12 | {if $url && $modal} | 12 | {if $url && $modal} |
| 13 | - <div id="thumb_{/literal}{$documentId}{literal}" class="thumb"> | 13 | + <div id="thumb_{$documentId}" class="thumb"> |
| 14 | <a href='{$url}' rel="lightbox" title="{$title}"> | 14 | <a href='{$url}' rel="lightbox" title="{$title}"> |
| 15 | <img id="img{$documentId}" src="{$thumbnail}" {if $height}height="{$height}"{/if} class="lightbox_window"/> | 15 | <img id="img{$documentId}" src="{$thumbnail}" {if $height}height="{$height}"{/if} class="lightbox_window"/> |
| 16 | </a> | 16 | </a> |