diff options
author | Mario <mario@mariovavti.com> | 2021-01-02 11:20:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-02 11:20:03 +0000 |
commit | efc8ed484504e2e01a8bc9dc8c720144995be210 (patch) | |
tree | 8d0acb1f24c8135e0c8317e450e7121342cbc0f6 /include | |
parent | 817e72846e2d2fe4e331262c91f51057e44f6c0a (diff) | |
download | volse-hubzilla-efc8ed484504e2e01a8bc9dc8c720144995be210.tar.gz volse-hubzilla-efc8ed484504e2e01a8bc9dc8c720144995be210.tar.bz2 volse-hubzilla-efc8ed484504e2e01a8bc9dc8c720144995be210.zip |
make share title h3
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 2426c189f..18f4e6f02 100755 --- a/include/items.php +++ b/include/items.php @@ -3263,7 +3263,7 @@ function start_delivery_chain($channel, $item, $item_id, $parent, $group = false "' message_id='" . $item['mid'] . "']"; if($item['title']) - $bb .= '[b]'.$item['title'].'[/b]'."\r\n"; + $bb .= '[h3][b]'.$item['title'].'[/b][/h3]'."\r\n"; $bb .= $item['body']; $bb .= "[/share]"; } |