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 bb3212e..6f368b1 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'];