Commit d6ade82a authored by Stephen Mustgrave's avatar Stephen Mustgrave
Browse files

Issue #3264996: Issue with Process List rendering html

parent 1c4cb29a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
    {% for key, item in content.field_process_items if key|first != '#' %}
      <li class="usa-process-list__item">
        <h4 class="usa-process-list__heading">{{ item['#paragraph'].field_header.value }}</h4>
        {{ item['#paragraph'].field_text.value }}
        {{ item['#paragraph'].field_text|view }}
      </li>
    {% endfor %}
  </ol>