Closed es-sayers closed 3 months ago
Html::renderTagAttributes(['test' => ""]);
' test=""'
' test'
Why do you need empty attributes?
It's OK. See https://github.com/yiisoft/html/issues/79
What steps will reproduce the problem?
Html::renderTagAttributes(['test' => ""]);
What is the expected result?
' test=""'
What do you get instead?
' test'
Additional info