]> git.mxchange.org Git - friendica.git/commitdiff
Replace strong by title format for item title in mod/share
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 28 Feb 2019 01:59:39 +0000 (20:59 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 28 Feb 2019 01:59:39 +0000 (20:59 -0500)
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'];