Skip to content

Commit a45ad8b

Browse files
committed
Use correct indentation in the template
1 parent 82557ad commit a45ad8b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

wcfsetup/install/files/acp/templates/trophyList.tpl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525

2626
{if $gridView->countRows() > 1}
2727
<script data-relocate="true">
28-
require(["WoltLabSuite/Core/Component/ChangeShowOrder"], ({ setup }) => {
29-
{jsphrase name='wcf.global.changeShowOrder'}
28+
require(["WoltLabSuite/Core/Component/ChangeShowOrder"], ({ setup }) => {
29+
{jsphrase name='wcf.global.changeShowOrder'}
3030
31-
setup(
32-
document.querySelector('.jsChangeShowOrder'),
33-
'core/trophies/show-order',
34-
);
35-
});
31+
setup(
32+
document.querySelector('.jsChangeShowOrder'),
33+
'core/trophies/show-order',
34+
);
35+
});
3636
</script>
3737
{/if}
3838

0 commit comments

Comments
 (0)