Menu Widget Url Not Encoded

Hi all, I’m using the widget Menu and don’t understand why instead of “index.php?r=site/index” he writes “index.php?r=site%2Findex”

tnx

this is a valid URL encoding. Then / has special meaning in URLs so it has to be encoded when it occurs in a URL parameter.

thanks @CeBe therefore it is not a bug? :rolleyes: