Skip to content

Html::a() - encode bad behaviour #9816

@Heddy147

Description

@Heddy147

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions