diff --git a/view/templates/comment_item.tpl b/view/templates/comment_item.tpl index caf98168d0..8cc524283e 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 bd9902159c..efa00ce20c 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 b683f12424..557996ba92 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 fb3483d446..9254bbccc6 100644 --- a/view/theme/vier/templates/nav.tpl +++ b/view/theme/vier/templates/nav.tpl @@ -42,12 +42,12 @@