I'm unsure if this is a "minor bug" or a "normal feature request"...
For historical reasons most of my url:s contain single quotes instead of duoble quotes.
This confuses the filter code.
Example:
<go href='http://www.sovrat.se/reklam/163_Id_kampanjer' target='new'>http://www.sovrat.se/reklam/163_Id_kampanjer</go>
Translates into
<a>http://www.sovrat.se/reklam/163_Id_kampanjer</a>
And creates no entry in database.
Replacing all single quotes with doubel quotes gives the proper output.
<a href="/go/www.sovrat.se/reklam/163_Id_kampanjer" target="new">http://www.sovrat.se/reklam/163_Id_kampanjer</a>
Comments
Comment #1
hass commentedSounds a resonable feature that should be implemented. Are you able to provide a patch, please?
Comment #2
hass commentedThis has been fixed in latest 5.x-1-4 and 6.x-1.1 release with the security patches for DRUPAL-SA-CONTRIB-2009-054