]> git.mxchange.org Git - friendica.git/blobdiff - mod/share.php
Force avatar update for Contact Advanced page
[friendica.git] / mod / share.php
index bb3212ece0621c46e8b544a8f8a659f7bbfa4313..6f368b1d145945252f6864073e44828500750928 100644 (file)
@@ -26,7 +26,7 @@ function share_init(App $a) {
                $o = share_header($item['author-name'], $item['author-link'], $item['author-avatar'], $item['guid'], $item['created'], $item['plink']);
 
                if ($item['title']) {
-                       $o .= '[b]'.$item['title'].'[/b]'."\n";
+                       $o .= '[h3]'.$item['title'].'[/h3]'."\n";
                }
 
                $o .= $item['body'];