Tried this up to current build 2231.

I have the following php code:

function my_strip_html_tags($text)
{ $search = array ("'<script[^>]*?>.*?</script>'si",  // Strip out javascript
                   "'<[/!]*?[^<>]*?>'si",           // Strip out html tags
                   "'([rn])[s]+'",                 // Strip out white space
...

The syntax highlighter seems to think that the _?>_ ends the php code, and
stops highlighting right after that. While actually it's just part of a string.

-- 
<http://forum.pspad.com/read.php?6,31739,32259>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem