summaryrefslogtreecommitdiff
path: root/templates/view_blog_post.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/view_blog_post.tpl')
-rw-r--r--templates/view_blog_post.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl
index e9a8645..66f5d3f 100644
--- a/templates/view_blog_post.tpl
+++ b/templates/view_blog_post.tpl
@@ -96,7 +96,7 @@
{* deal with the blog post image if there is one *}
{if $gBitSystem->isFeatureActive( 'blog_show_image' ) && $post_info.thumbnail_url}
<div class="image primary">
- {jspopup notra=1 href=$post_info.thumbnail_url.original alt=$post_info.title|escape title=$post_info.title|escape img=$post_info.thumbnail_url.medium}
+ {jspopup notra=1 href=$post_info.thumbnail_url.original alt=$post_info.title|escape title=$post_info.title|escape" img=$post_info.thumbnail_url.medium}
</div>
{/if}