Skip to content

Commit c5228d6

Browse files
BurntimeXdtdesign
andauthored
Apply suggestions from code review
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
1 parent 8ef4f4a commit c5228d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.woltlab.wcf/templates/shared_gridView.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
data-sortable="{$column->isSortable()}"
4141
{if $column->isSortable()}
4242
{if $view->isSortedBy($column)}
43-
aria-sort="{if $view->getSortOrder() == 'ASC'}ascending{else}descending{/if}"
43+
aria-sort="{if $view->getSortOrder() === 'ASC'}ascending{else}descending{/if}"
4444
{else}
4545
aria-sort="none"
4646
{/if}

0 commit comments

Comments
 (0)