]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
modified: view/theme/smoothly/theme.php
[friendica.git] / mod / match.php
old mode 100755 (executable)
new mode 100644 (file)
index 1ae7848..926df1d
@@ -51,7 +51,7 @@ function match_content(&$a) {
                                
                                $connlnk = $a->get_baseurl() . '/follow/?url=' . $jj->url;
                                $o .= replace_macros($tpl,array(
-                                       '$url' => $jj->url,
+                                       '$url' => zrl($jj->url),
                                        '$name' => $jj->name,
                                        '$photo' => $jj->photo,
                                        '$inttxt' => ' ' . t('is interested in:'),