diff options
author | Mario <mario@mariovavti.com> | 2021-10-12 11:27:36 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-12 11:27:36 +0000 |
commit | 96c334e7303f15c7402c96531574a438f4ff8ad0 (patch) | |
tree | d4955850b640d0973389697ea4851e1b55963525 /Zotlabs/Widget/Notes.php | |
parent | 3e503ec3a35e4226a566c1986bf570afc7c8a53f (diff) | |
download | volse-hubzilla-96c334e7303f15c7402c96531574a438f4ff8ad0.tar.gz volse-hubzilla-96c334e7303f15c7402c96531574a438f4ff8ad0.tar.bz2 volse-hubzilla-96c334e7303f15c7402c96531574a438f4ff8ad0.zip |
bbcode for notes app
Diffstat (limited to 'Zotlabs/Widget/Notes.php')
-rw-r--r-- | Zotlabs/Widget/Notes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Notes.php b/Zotlabs/Widget/Notes.php index 05c1a0292..66c90ef7d 100644 --- a/Zotlabs/Widget/Notes.php +++ b/Zotlabs/Widget/Notes.php @@ -20,6 +20,7 @@ class Notes { $o = replace_macros($tpl, array( '$banner' => t('Notes'), '$text' => $text, + '$html' => bbcode($text), '$save' => t('Save'), '$app' => ((isset($arr['app'])) ? true : false), '$hidden' => ((isset($arr['hidden'])) ? true : false) |