Skip to content

Commit

Permalink
Put on to one line
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhorsford committed Jul 22, 2024
1 parent 96b88c5 commit de822a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/task-list/template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
</li>
{%- endmacro %}

<ul class="nhsuk-task-list {%- if params.classes %} {{ params.classes }}{% endif %}"
{{- nhsukAttributes(params.attributes) }}>
<ul class="nhsuk-task-list {%- if params.classes %} {{ params.classes }}{% endif %}" {{- nhsukAttributes(params.attributes) }}>
{% for item in params.items %}
{{- _taskListItem(params, item, loop.index) }}
{% endfor %}
Expand Down

0 comments on commit de822a7

Please sign in to comment.