Just want to point out that the current stf.tags file will mung up drupal clean urls with underscores in them replacing all underscores with <i> </i> tags.

For example

http://www.example.com/blah_blah_blah

Would be parsed into

http://www.example.com/blah<i>blah</i>blah

This most probably needs just a [/s] after each stf regexp array entry.

Comments

profix898’s picture

Status: Active » Fixed

Simple patch committed to Drupal-5 branch.
You must now have spaces before/after the _italic_ style tags ...

Anonymous’s picture

Status: Fixed » Closed (fixed)