mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Fix wrong HTML structure ul>li
This commit is contained in:
parent
c78466bbb9
commit
f2b606fc23
@ -3,8 +3,9 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
{% for section, sections in resources %}
|
{% for section, sections in resources %}
|
||||||
{% if section != '_others' %}
|
{% if section != '_others' %}
|
||||||
<div id="section">
|
<li id="section">
|
||||||
<h1>{{ section }}</h1>
|
<h1>{{ section }}</h1>
|
||||||
|
<ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for resource, methods in sections %}
|
{% for resource, methods in sections %}
|
||||||
<li class="resource">
|
<li class="resource">
|
||||||
@ -27,7 +28,8 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if section != '_others' %}
|
{% if section != '_others' %}
|
||||||
</div>
|
</ul>
|
||||||
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user