[Plugin: Advanced Excerpt] Possible fix for unclosed tags etc.
-
There are two typos in version 3.1 that appear to break tag detection. They’re both on line 170, so it’s an easy patch:
- if(!in_tag || strpos($chunk, '>') !== false) + if(!$in_tag || strpos($chunk, '<') !== false)
I suspect this will fix many of the “unclosed tags” and “breaks HTML” issues people are having.
https://www.ads-software.com/extend/plugins/advanced-excerpt/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Advanced Excerpt] Possible fix for unclosed tags etc.’ is closed to new replies.