diff options
author | Mario <mario@mariovavti.com> | 2020-11-08 19:07:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-08 19:07:44 +0000 |
commit | b3e6a3c1e2cb086788f41252e872d6a131fcca90 (patch) | |
tree | 6951914ae85656017bfa85400362f84462f351f5 | |
parent | 255b6a14a8d993a086dc790e8c4dbe64ce6e3e48 (diff) | |
download | volse-hubzilla-b3e6a3c1e2cb086788f41252e872d6a131fcca90.tar.gz volse-hubzilla-b3e6a3c1e2cb086788f41252e872d6a131fcca90.tar.bz2 volse-hubzilla-b3e6a3c1e2cb086788f41252e872d6a131fcca90.zip |
make share titles h3 to reflect the original titlĂe size
-rw-r--r-- | Zotlabs/Lib/Share.php | 2 |
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]"; } |