superfish pretty URLs

Apologies for reposting (originally posted in features/support on the marketplace page for this block, but not much response/traffic there)

I've just noticed that when you click on a page in a superfish menu, it does not honour the pretty urls even if they are turned on.

i.e if you have an ordinary nav and a superfish nav on the same page (for comparison) you will see that clicking on "about" in the ordinary nav will take you tohttp://www.domain.com/about and on the superfish tohttp://www.domain.com/index.php?/about.......

Can anyone else verify this?

Not a massive problem, except i have a blog based athttp://www.domain.com/blog and the superfish is adding the index.php? making the nav useless...
olay
View Replies:
Tony replied on at Reply
Tony
try commenting out the $pageLink = View::url($pageLink); in the blocks view.php. not sure why that function isn't working right there.
olay replied on at Reply
olay
Yes – that solved it.

Many thanks Tony