mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
script WIP
This commit is contained in:
@ -216,7 +216,7 @@ class Sort extends \yii\base\Object
|
||||
|
||||
$url = $this->createUrl($attribute);
|
||||
|
||||
return Html::link($label, $url, $htmlOptions);
|
||||
return Html::a($label, $url, $htmlOptions);
|
||||
}
|
||||
|
||||
private $_attributeOrders;
|
||||
|
Reference in New Issue
Block a user