in reply to Re^4: Free Nodelet Hack: Add parent & root links to nodes in 'Nodes You Wrote' (escape)
in thread Have parent 'Node ID' as link in 'Nodes You Wrote' node

I'm not sure why you are thinking that it needs to be decoded twice. `_redir` expands to the parameter value, not to how that value might have been escaped in order to get passed through HTTP.

I was aware of your work-around, which was part of why I was aware that a better solution was warranted. But, with the better solution, decodeURIComponent() would not be required.

- tye        

  • Comment on Re^5: Free Nodelet Hack: Add parent & root links to nodes in 'Nodes You Wrote' (escape)

Replies are listed 'Best First'.
Re^6: Free Nodelet Hack: Add parent & root links to nodes in 'Nodes You Wrote' (escape)
by ikegami (Patriarch) on Dec 22, 2006 at 18:51 UTC

    not to how that value might have been escaped in order to get passed

    Of course! I should have tested first :(

    I'm so used to seeing escaping an unescaping not being done when it should, I sometimes assumes it isn't done.