Fix HAML lint in password modal

This commit is contained in:
Andreas Nedbal 2022-02-05 19:56:27 +01:00 committed by Andreas Nedbal
parent 3acf2e422a
commit 122c45e154
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.modal.fade#modal-passwd{ aria: { hidden: true, labelledby: 'modal-passwd-label' }, role: :dialog, tabindex: -1 }
.modal.fade#modal-passwd{ aria: { hidden: true, labelledby: "modal-passwd-label" }, role: :dialog, tabindex: -1 }
.modal-dialog
.modal-content
.modal-header