Skip to content

Commit f9697b2

Browse files
authored
Merge pull request #96 from sfount/fix-character-count-typo
FIX character count macro options typo
2 parents 2d90481 + ec14868 commit f9697b2

File tree

1 file changed

+1
-1
lines changed
  • govuk_frontend_jinja/templates/components/character-count

1 file changed

+1
-1
lines changed

govuk_frontend_jinja/templates/components/character-count/macro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
'formGroup': {
105105
'classes': 'govuk-character-count' ~ (' ' ~ params.formGroup.classes if params.formGroup and params.formGroup.classes),
106106
'attributes': attributesHtml,
107-
'beforeInput': params.formGroup.beforeInput if params.fromGroup,
107+
'beforeInput': params.formGroup.beforeInput if params.formGroup,
108108
'afterInput': {
109109
'html': countMessageHtml
110110
}

0 commit comments

Comments
 (0)