]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/profile_vcard.tpl
Merge remote-tracking branch 'refs/remotes/origin/develop' into improvement/frio...
[friendica.git] / view / theme / frio / templates / profile_vcard.tpl
index 1fc3ccf207a9fd28ddbc35040116953a95023a45..831c47171d6503b509bd61d926ae8ab786037b0e 100644 (file)
@@ -17,7 +17,7 @@
                                {{/if}}
                        {{/if}}
                        </div>
-               
+
                </div>
 
        {{* The short information which will appended to the second navbar by scrollspy *}}
                                {{/if}}
                                {{if $wallmessage}}
                                <div id="wallmessage-link-botton">
-                                       <a id="wallmessage-link" class="btn btn-labeled btn-primary btn-sm" onclick="openWallMessage('{{$wallmessage_link}}')">
+                                       <button type="button" id="wallmessage-link" class="btn btn-labeled btn-primary btn-sm" onclick="openWallMessage('{{$wallmessage_link}}')">
                                                <span class=""><i class="fa fa-envelope"></i></span>
                                                <span class="">{{$wallmessage}}</span>
-                                       </a>
+                                       </button>
                                </div>
                                {{/if}}
-                       
+
                </div>
 
                <div class="clear"></div>
 
                {{if $location}}
                        <div class="location detail">
-                               <span class="location-label icon"><i class="fa fa-map-marker"></i></span> 
+                               <span class="location-label icon"><i class="fa fa-map-marker"></i></span>
                                <span class="adr">
                                        {{if $profile.address}}<span class="street-address p-street-address">{{$profile.address}}</span>{{/if}}
                                        <span class="city-state-zip">
@@ -89,7 +89,7 @@
 
                {{if $profile.xmpp}}
                        <div class="xmpp">
-                               <span class="xmpp-label icon"><i class="fa fa-comments"></i></span> 
+                               <span class="xmpp-label icon"><i class="fa fa-comments"></i></span>
                                <span class="xmpp-data">{{$profile.xmpp}}</span>
                        </div>
                {{/if}}