aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-12-11 10:40:02 +0000
committerMario <mario@mariovavti.com>2022-12-11 10:40:02 +0000
commit1c17768dc5a4de21d8b431807fd184101c1d2c58 (patch)
treeed58fbdfd70eb683f3065ad94442b3ef2f3213ac /include
parent86e1dd4673017ecc3f595ecfa6c9e257b86878ac (diff)
downloadvolse-hubzilla-1c17768dc5a4de21d8b431807fd184101c1d2c58.tar.gz
volse-hubzilla-1c17768dc5a4de21d8b431807fd184101c1d2c58.tar.bz2
volse-hubzilla-1c17768dc5a4de21d8b431807fd184101c1d2c58.zip
minor fixes
Diffstat (limited to 'include')
-rw-r--r--include/text.php1
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) {