3 if(!defined("PHORUM")) exit;
5 // default HTML Purifier configuration settings
6 $config->set('HTML', 'Allowed',
7 // alphabetically sorted
25 img[src|alt|title|class]
48 $config->set('AutoFormat', 'AutoParagraph', true);
49 $config->set('AutoFormat', 'Linkify', true);
50 $config->set('HTML', 'Doctype', 'XHTML 1.0 Transitional');
51 $config->set('Core', 'AggressivelyFixLt', true);
52 $config->set('Core', 'Encoding', $GLOBALS['PHORUM']['DATA']['CHARSET']); // we'll change this eventually
53 if (strtolower($GLOBALS['PHORUM']['DATA']['CHARSET']) !== 'utf-8') {
54 $config->set('Core', 'EscapeNonASCIICharacters', true);