* * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation, either version 3 of the License, or (at your * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. */ if (defined('SHOW_SETTINGS') || empty($widget_settings)) { $common_output[] = '
'; } else { $tmp_config = array( 'HTML.Allowed' => 'b,iframe[frameborder|src|width|height],i,ul,ol,li,h1,h2,h3,h4,br,p,pre', 'HTML.Trusted' => true, 'HTML.SafeIframe' => true, 'URI.SafeIframeRegexp' => '%^(https?:)?//%', ); $common_output[] = display(nl2br($widget_settings['notes']), $tmp_config); unset($tmp_config); }