true, 'drop-font-tags' => true, 'drop-proprietary-attributes' => true, 'hide-comments' => true, 'logical-emphasis' => true, 'output-xhtml' => true, 'replace-color' => true, 'show-body-only' => true, 'clean' => false, 'join-styles' => false, 'join-classes' => false, 'alt-text' => '[ inserted by TIDY ]', 'wrap' => '120'); /* * Smarty plugin * ------------------------------------------------------------- * File: block.min_perms.php * Type: block * Name: min_perms * Purpose: * ------------------------------------------------------------- */ function smarty_block_tidy($params, $content, $smarty) { global $tidy_config; return tidy_repair_string($content, $tidy_config, 'utf8'); } // vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8: ?>