diff options
author | Mario <mario@mariovavti.com> | 2022-12-11 10:40:02 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-12-11 10:40:02 +0000 |
commit | 1c17768dc5a4de21d8b431807fd184101c1d2c58 (patch) | |
tree | ed58fbdfd70eb683f3065ad94442b3ef2f3213ac /include/text.php | |
parent | 86e1dd4673017ecc3f595ecfa6c9e257b86878ac (diff) | |
download | volse-hubzilla-1c17768dc5a4de21d8b431807fd184101c1d2c58.tar.gz volse-hubzilla-1c17768dc5a4de21d8b431807fd184101c1d2c58.tar.bz2 volse-hubzilla-1c17768dc5a4de21d8b431807fd184101c1d2c58.zip |
minor fixes
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index cc480aacf..1608f5435 100644 --- a/include/text.php +++ b/include/text.php @@ -303,6 +303,7 @@ function purify_html($s, $allow_position = false) { $def->addElement('footer', 'Block', 'Flow', 'Common'); //Inline $def->addElement('button', 'Inline', 'Inline', 'Common'); + $def->addElement('mark', 'Inline', 'Inline', 'Common'); if($allow_position) { |