-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Labels
Description
Hi,
if I use the function a() of Html, there is a bad behaviour.
Accepted I use it so:
Html::a('Foobar', ['foo', 'bar' => 'rofl', 'lol' => 'wtf'])
The assumed value for the href-attribute of the anchor-tag is "mydomain.com/foo?bar=rolf&lol=wtf".
I get "mydomain.com/foo?bar=rolf&lol=wtf".
The same issue if I use pagination.
Hope I have a mistake.