aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-10-12 11:27:36 +0000
committerMario <mario@mariovavti.com>2021-10-12 11:27:36 +0000
commit96c334e7303f15c7402c96531574a438f4ff8ad0 (patch)
treed4955850b640d0973389697ea4851e1b55963525 /Zotlabs/Widget
parent3e503ec3a35e4226a566c1986bf570afc7c8a53f (diff)
downloadvolse-hubzilla-96c334e7303f15c7402c96531574a438f4ff8ad0.tar.gz
volse-hubzilla-96c334e7303f15c7402c96531574a438f4ff8ad0.tar.bz2
volse-hubzilla-96c334e7303f15c7402c96531574a438f4ff8ad0.zip
bbcode for notes app
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r--Zotlabs/Widget/Notes.php1
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)