Hello Bruno,

I think there is a problem with tags composed of several words :

= link_to name, tag_path(URI.escape(name, /[\/.?#]/)), :class =>
css_class

should be

= link_to name, tag_path('"'+URI.escape(name, /[\/.?#]/)+'"'), :class
=> css_class

no ?

because it doesn't work when you enter a post with

tags like :

"black metal" music

Best regards,

Antoine
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to