]> git.mxchange.org Git - friendica.git/commitdiff
frio: Bugfix for linebreak of locations in comments
authorMichael Vogel <icarus@dabo.de>
Sun, 29 May 2016 08:56:49 +0000 (10:56 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 29 May 2016 08:56:49 +0000 (10:56 +0200)
view/theme/frio/templates/wall_thread.tpl

index ccc8f6967c221677a04276a34ef14163e20f7d21..070e0a702cf1a9b463360a6660e4ec98f0c8a97b 100644 (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>