diff --git a/packages/govuk-frontend/src/govuk/components/textarea/template.njk b/packages/govuk-frontend/src/govuk/components/textarea/template.njk index 6ebeaeb913..fe619a26d8 100644 --- a/packages/govuk-frontend/src/govuk/components/textarea/template.njk +++ b/packages/govuk-frontend/src/govuk/components/textarea/template.njk @@ -5,7 +5,9 @@ {#- a record of other elements that we need to associate with the input using aria-describedby – for example hints or error messages -#} {% set describedBy = params.describedBy if params.describedBy else "" %} -