aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-08 19:07:44 +0000
committerMario <mario@mariovavti.com>2020-11-08 19:07:44 +0000
commitb3e6a3c1e2cb086788f41252e872d6a131fcca90 (patch)
tree6951914ae85656017bfa85400362f84462f351f5 /Zotlabs/Lib
parent255b6a14a8d993a086dc790e8c4dbe64ce6e3e48 (diff)
downloadvolse-hubzilla-b3e6a3c1e2cb086788f41252e872d6a131fcca90.tar.gz
volse-hubzilla-b3e6a3c1e2cb086788f41252e872d6a131fcca90.tar.bz2
volse-hubzilla-b3e6a3c1e2cb086788f41252e872d6a131fcca90.zip
make share titles h3 to reflect the original titlÃe size
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/Share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Share.php b/Zotlabs/Lib/Share.php
index 419e6ed5f..d34c0eaba 100644
--- a/Zotlabs/Lib/Share.php
+++ b/Zotlabs/Lib/Share.php
@@ -133,7 +133,7 @@ class Share {
"' message_id='" . $this->item['mid'] .
"']";
if($this->item['title'])
- $bb .= '[b]'.$this->item['title'].'[/b]'."\r\n";
+ $bb .= '[h3][b]'.$this->item['title'].'[/b][/h3]'."\r\n";
$bb .= (($is_photo) ? $photo_bb . "\r\n" . $this->item['body'] : $this->item['body']);
$bb .= "[/share]";
}