diff --git a/view/templates/comment_item.tpl b/view/templates/comment_item.tpl index caf98168d..8cc524283 100644 --- a/view/templates/comment_item.tpl +++ b/view/templates/comment_item.tpl @@ -34,7 +34,7 @@
diff --git a/view/templates/jot.tpl b/view/templates/jot.tpl index bd9902159..efa00ce20 100644 --- a/view/templates/jot.tpl +++ b/view/templates/jot.tpl @@ -59,7 +59,7 @@ {{$bang}} - {{$preview}} + {{if $preview}}{{$preview}}{{/if}}
diff --git a/view/theme/vier/templates/comment_item.tpl b/view/theme/vier/templates/comment_item.tpl index b683f1242..557996ba9 100644 --- a/view/theme/vier/templates/comment_item.tpl +++ b/view/theme/vier/templates/comment_item.tpl @@ -46,7 +46,7 @@ - {{$preview}} + {{if $preview}}{{$preview}}{{/if}} diff --git a/view/theme/vier/templates/nav.tpl b/view/theme/vier/templates/nav.tpl index fb3483d44..9254bbccc 100644 --- a/view/theme/vier/templates/nav.tpl +++ b/view/theme/vier/templates/nav.tpl @@ -42,12 +42,12 @@