> 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}',
  '/&lt;(\/?('.$tag.')(?![a-z!])(([\'"]).*?\4|.*?)*?)&gt;/i',
  'Keep(\'<\'.$m[1].\'>\')');
}


Best regards,
 Hans                         


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to