frio: Bugfix for linebreak of locations in comments

This commit is contained in:
Michael Vogel 2016-05-29 10:56:49 +02:00
parent 05a13a99b2
commit 036ca6a6e1
1 changed files with 4 additions and 1 deletions

View File

@ -225,7 +225,10 @@ as the value of $top_child_total (this is done at the end of this file)
<h5 class="media-heading">
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link userinfo"><span class="btn-link">{{$item.name}}</span></a>
<span class="text-muted">
<small><span title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</span> {{if $item.location}}&nbsp;&mdash;&nbsp;({{$item.location}}){{/if}}</small>
<small><span title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</span></small>
{{if $item.location}}
<small><span class="location">{{$item.location}}</span></small>
{{/if}}
</span>
</h5>
</div>