Closed (fixed)
Project:
Rep[lacement]Tags
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2007 at 22:17 UTC
Updated:
27 Mar 2007 at 16:18 UTC
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
Comment #1
profix898 commentedSimple patch committed to Drupal-5 branch.
You must now have spaces before/after the _italic_ style tags ...
Comment #2
(not verified) commented