aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-02 22:11:46 -0700
committerzotlabs <mike@macgirvin.com>2017-08-02 22:11:46 -0700
commitbee09a6d8bbfd0da650aeeb5081648aa1e6c45f6 (patch)
tree85221a6a86baff0dd0e378d10eb9b3cf87e8a9ab /include/bbcode.php
parent9359f9fe4d77de392660c2bf6f1df8becc9fa6bf (diff)
downloadvolse-hubzilla-bee09a6d8bbfd0da650aeeb5081648aa1e6c45f6.tar.gz
volse-hubzilla-bee09a6d8bbfd0da650aeeb5081648aa1e6c45f6.tar.bz2
volse-hubzilla-bee09a6d8bbfd0da650aeeb5081648aa1e6c45f6.zip
minor activitypub rendering stuff
Diffstat (limited to 'include/bbcode.php')
-rw-r--r--include/bbcode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php
index c408af35d..9f9b5c5e1 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -7,7 +7,7 @@
require_once('include/oembed.php');
require_once('include/event.php');
require_once('include/zot.php');
-
+require_once('include/html2plain.php');
function get_bb_tag_pos($s, $name, $occurance = 1) {