Displaying 1 result from an estimated 1 matches for "23comments".
2006 Jan 12
1
adding a destination anchor in the link
...uot;archive",
:year => post.date.year,
:month => post.date.month,
:day => post.date.day,
:id => "#{post.id}.html#comments") %>
the problem is that that the ''#'' char is escaped and printed
as "/blog/archive/2006/01/10/test-post.html%23comments" so it doesnt work
is there any way to avoid a link from being escaped? any possible solution
for this?
thanks in advance