s9ymarkup changes links
Posted: Sun Dec 23, 2007 10:47 am
I've just been hunting a strange bug and tracked it down to the built-in s9ymarkup plugin. I linked to a couple of mp3 files, and one of the linkswas displayed like thatin frontend view.
I disabled the plugin for body and extended body, and things work fine. It seems that line 127is a little bit confused by the unusual, yet correct (IMHO) link structure. Don't have the time to figure out a fix for this now, so if anyone could jump in on this ...?
- Mattsches
Code: Select all
http://www.scene.org/file.php?file=/music/groups/ideology/id037/id037_04_-_cmc-medikamente.mp3Code: Select all
http://www.scene.org/file.php?file=/music/groups/ideology/id037/id037_04_-<u>cmc-medikamente.mp3I disabled the plugin for body and extended body, and things work fine. It seems that line 127
Code: Select all
$text = preg_replace('/\b_([\S ]+?)_\b/','<u>\1</u>',$text);- Mattsches