diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-02 22:11:46 -0700 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-08-03 22:01:49 +0200 |
commit | b4707705f15bda8c3bc4e21b7dd53ddcece69064 (patch) | |
tree | 5bcb29cf2a1f92891b13fb8a125dae27cd17ec55 /include | |
parent | 05444f92f98967841bfde9a3a88115cc13d09a92 (diff) | |
download | volse-hubzilla-b4707705f15bda8c3bc4e21b7dd53ddcece69064.tar.gz volse-hubzilla-b4707705f15bda8c3bc4e21b7dd53ddcece69064.tar.bz2 volse-hubzilla-b4707705f15bda8c3bc4e21b7dd53ddcece69064.zip |
minor activitypub rendering stuff
Diffstat (limited to 'include')
-rw-r--r-- | include/bbcode.php | 2 |
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) { |