Skip to content
Snippets Groups Projects
Commit cd19eded authored by Shelane French's avatar Shelane French
Browse files

Issue #3465616: Bootstrap List Group formatter adds <p> tags

parent 578f9fe4
No related branches found
No related tags found
No related merge requests found
Pipeline #242826 passed with warnings
......@@ -27,7 +27,7 @@
{% if row.title %}
<h4 class="list-group-item-heading">{{ row.title }}</h4>
{% endif %}
<p class="list-group-item-text">{{ row.content }}</p>
<div class="list-group-item-text">{{ row.content }}</div>
</li>
{% endfor %}
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment