a couple of bugfixes from earlier checkins and implementation of source tags

This commit is contained in:
redmatrix
2016-05-01 22:45:38 -07:00
parent bd2f11ed8b
commit a10fe5f13e
5 changed files with 50 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ function z_input_filter($channel_id,$s,$type = 'text/bbcode') {
function purify_html($s, $allow_position) {
function purify_html($s, $allow_position = false) {
require_once('library/HTMLPurifier.auto.php');
require_once('include/html2bbcode.php');