Skip to content

Commit

Permalink
Corrected aria attributes usage in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Apr 2, 2015
1 parent e598364 commit 776d286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/views/product/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'template' => '{view} {update} {images} {delete}',
'buttons' => [
'images' => function ($url, $model, $key) {
return Html::a('<span class="glyphicon glyphicon glyphicon-picture" aria-hidden="true"></span>', Url::to(['image/index', 'id' => $model->id]));
return Html::a('<span class="glyphicon glyphicon glyphicon-picture" aria-label="Image"></span>', Url::to(['image/index', 'id' => $model->id]));
}
],
],
Expand Down

0 comments on commit 776d286

Please sign in to comment.