diff options
| author | modela bitweaver <bitweaver@modela> | 2014-05-29 13:03:33 -0400 |
|---|---|---|
| committer | modela bitweaver <bitweaver@modela> | 2014-05-29 13:03:33 -0400 |
| commit | 5e9b67f650418ea5cb91db7e7c879f76a988f2b8 (patch) | |
| tree | c2306847fba3ae0879f3a96d8034effdfeeb5cb9 /templates | |
| parent | f238a360c44b8b14b1c1a8b23cdea1db86c48082 (diff) | |
| download | blogs-5e9b67f650418ea5cb91db7e7c879f76a988f2b8.tar.gz blogs-5e9b67f650418ea5cb91db7e7c879f76a988f2b8.tar.bz2 blogs-5e9b67f650418ea5cb91db7e7c879f76a988f2b8.zip | |
fix stray quote
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/view_blog_post.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index 66f5d3f..e9a8645 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} |
