Skip to content

Commit 986ae60

Browse files
committed
fix: add missing dot
1 parent 3f69265 commit 986ae60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pug/views/base/forms.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ block view
608608

609609
.mb-3
610610
label.form-label(for='appendedPrependedInput') Append and prepend
611-
input-group
611+
.input-group
612612
span.input-group-text $
613613
input#appendedPrependedInput.form-control(size='16', type='text')
614614
span.input-group-text .00

0 commit comments

Comments
 (0)