]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: See issue 1338
authorMichael Vogel <icarus@dabo.de>
Tue, 17 Feb 2015 18:48:02 +0000 (19:48 +0100)
committerMichael Vogel <icarus@dabo.de>
Tue, 17 Feb 2015 18:48:02 +0000 (19:48 +0100)
view/templates/remote_friends_common.tpl

index 13d64def866e5cf92d16ea7215fa96c37f95b99d..354c8e46a2843af69c544f43d1e87044ba5c3f41 100644 (file)
@@ -11,7 +11,7 @@
                </div>
                <div class="profile-match-break"></div>
                <div class="profile-match-name">
-                       <a href="{{$itemurl}}" title="{{$item.name}}">{{$item.name}}</a>
+                       <a href="{{$item.url}}" title="{{$item.name}}">{{$item.name}}</a>
                </div>
                <div class="profile-match-end"></div>
        </div>