File tree Expand file tree Collapse file tree
packages/nhsuk-frontend/src/nhsuk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# NHS.UK frontend Changelog
22
3+ ## Unreleased
4+
5+ Note: This release was created from the ` support/10.x ` branch.
6+
7+ ### :wrench : ** Fixes**
8+
9+ - [ #1777 : Remove extra space when ` bodyClasses ` is set] ( https://github.com/nhsuk/nhsuk-frontend/issues/1777 )
10+
311## 10.3.0 - 13 January 2026
412
513Note: This release was created from the ` support/10.x ` branch.
Original file line number Diff line number Diff line change 3030 {% endif %}
3131 </head >
3232
33- <body {% if bodyClasses %}class =" {{ bodyClasses }}" {% endif %} {{- nhsukAttributes(bodyAttributes) }} >
33+ <body {%- if bodyClasses %} class =" {{ bodyClasses }}" {% endif %} {{- nhsukAttributes(bodyAttributes) }} >
3434 <script >document .body .className += ' js-enabled' + (' noModule' in HTMLScriptElement .prototype ? ' nhsuk-frontend-supported' : ' ' ); </script >
3535 {% block bodyStart %}{% endblock %}
3636
You can’t perform that action at this time.
0 commit comments