html
html copied to clipboard
Remove attribute sorting
Based on https://github.com/yiisoft/html/issues/232
Sorting was done in first implementation of HTML helper: https://github.com/yiisoft/yii2/commit/30d70be071e942b9eb70748b373f0a98f285ff8d
It was not the case for Yii1: https://github.com/yiisoft/yii/blob/master/framework/web/helpers/CHtml.php#L2810
I work on it