> Is there a version of enablehtml.php that will work with php5.6?
try this for your enable.php file:
<?php if (!defined('PmWiki')) exit();
function EnableHtml($tag) {
Markup_e(
"html-$tag",
'>{$var}',
'/<(\/?('.$tag.')(?![a-z!])(([\'"]).*?\4|.*?)*?)>/i',
'Keep(\'<\'.$m[1].\'>\')');
}
Best regards,
Hans