I'm using PHPWiki 1.3.4 for a site that discusses Perl regexes.
The problem:
/^(?:https?:\/\/|!mailto)[^\/]+\.biz(?:\/|$)/i
will display as:
/^(?:https?:\/\/|!@)[^\/]+\.biz(?:\/|$)/i
Setting the "use old markup" check box doesn't help, in fact it makes things worse. Any suggestions would be appreciated.
Thanks.
Ok, I took it out of the allowed protocols in index.php. Now I need to disable the edit link for
[^\
Sigh.
Log in to post a comment.
I'm using PHPWiki 1.3.4 for a site that discusses Perl regexes.
The problem:
/^(?:https?:\/\/|!mailto)[^\/]+\.biz(?:\/|$)/i
will display as:
/^(?:https?:\/\/|!@)[^\/]+\.biz(?:\/|$)/i
Setting the "use old markup" check box doesn't help, in fact it makes things worse.
Any suggestions would be appreciated.
Thanks.
Ok, I took it out of the allowed protocols in index.php. Now I need to disable the edit link for
[^\
Sigh.