]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/remote_friends_common.tpl
Replace latin-1 by latin1 in charset detection
[friendica.git] / view / templates / remote_friends_common.tpl
index f018727c06747655f6da050102f73233bbcf098c..4ae682f4361bb453b3ac5d4a8e5c12faab79555c 100644 (file)
@@ -1,17 +1,17 @@
 
 <div id="remote-friends-in-common" class="bigwidget">
-       <div id="rfic-desc">{{$desc}} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{if $linkmore}}<a href="{{$base}}/common/rem/{{$uid}}/{{$cid}}">{{$more}}</a>{{/if}}</div>
+       <div id="rfic-desc">{{$desc nofilter}} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{if $linkmore}}<a href="{{$base}}/common/rem/{{$uid}}/{{$cid}}">{{$more}}</a>{{/if}}</div>
        {{if $items}}
        {{foreach $items as $item}}
        <div class="profile-match-wrapper">
                <div class="profile-match-photo">
                        <a href="{{$item.url}}">
-                               <img src="{{$item.photo}}" width="80" height="80" alt="{{$item.name|escaped}}" title="{{$item.name|escaped}}" />
+                               <img src="{{$item.photo}}" width="80" height="80" alt="{{$item.name}}" title="{{$item.name}}" />
                        </a>
                </div>
                <div class="profile-match-break"></div>
                <div class="profile-match-name">
-                       <a href="{{$item.url}}" title="{{$item.name|escaped}}">{{$item.name|escaped}}</a>
+                       <a href="{{$item.url}}" title="{{$item.name}}">{{$item.name}}</a>
                </div>
                <div class="profile-match-end"></div>
        </div>