Remove trailing comma

This commit is contained in:
Mark Veidemanis 2022-08-14 23:01:21 +01:00
parent 8b7dffa1b4
commit bfd9c03c82
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"index": "{{ params.index }}",
"type": "{{ params.type|escapejs }}",
"mtype": "{{ params.mtype|escapejs }}",
"nick": "{{ params.nick|escapejs }}",}'
"nick": "{{ params.nick|escapejs }}"}'
hx-target="#modals-here"
hx-trigger="load">
</div>