Issue #2412373 by alexpott: Remove node-type-list from block-content-add-list.html.twig

8.0.x
Nathaniel Catchpole 2015-01-26 12:18:42 +00:00
parent 77f8213dcb
commit d8d284d956
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
*/
#}
{% spaceless %}
<dl class="node-type-list">
<dl>
{% for type in types %}
<dt>{{ type.link }}</dt>
<dd>{{ type.description }}</dd>