yiisoft / yii2-bootstrap

Yii 2 Bootstrap 3 Extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
185 stars 193 forks source link

Double encoded URL in Nav widget #244

Closed Dorbah closed 5 years ago

Dorbah commented 5 years ago

What steps will reproduce the problem?

Nav.php: Line 204: return Html::tag('li', Html::a($label, $url, $linkOptions) . $items, $options);

What's expected?

http://localhost/index.php?r=jobs/index

What do you get instead?

http://localhost/index.php?r=jobs%2Findex

Additional info

Q A
Yii vesion 2.0.15.1
PHP version 7.1.6
Operating system Windows 10 Pro
rob006 commented 5 years ago

It is not double ecoded. It is just encoded.

samdark commented 5 years ago

That's expected.