From: Michael Vogel Date: Sun, 29 May 2016 08:56:49 +0000 (+0200) Subject: frio: Bugfix for linebreak of locations in comments X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=036ca6a6e19177eb405f9b54c08ebcf9a79946c9;p=friendica.git frio: Bugfix for linebreak of locations in comments --- 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}}