From 036ca6a6e19177eb405f9b54c08ebcf9a79946c9 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 29 May 2016 10:56:49 +0200 Subject: [PATCH] frio: Bugfix for linebreak of locations in comments --- view/theme/frio/templates/wall_thread.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index ccc8f6967c..070e0a702c 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -225,7 +225,10 @@ as the value of $top_child_total (this is done at the end of this file)
{{$item.name}} - {{$item.ago}} {{if $item.location}} — ({{$item.location}}){{/if}} + {{$item.ago}} + {{if $item.location}} + {{$item.location}} + {{/if}}