mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Remove duplicate HTML ID
This commit is contained in:
parent
f2b606fc23
commit
7150ac17de
@ -171,7 +171,7 @@ table tbody tr td {
|
|||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#section {
|
.section {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
background: #f8f8f8;
|
background: #f8f8f8;
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
{% for section, sections in resources %}
|
{% for section, sections in resources %}
|
||||||
{% if section != '_others' %}
|
{% if section != '_others' %}
|
||||||
<li id="section">
|
<li class="section">
|
||||||
<h1>{{ section }}</h1>
|
<h1>{{ section }}</h1>
|
||||||
<ul>
|
<ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user