Merged in [9783] from lars@netapp.com:
Fix HTML bug. - Legacy-Id: 9804 Note: SVN reference [9783] has been migrated to Git commit e73f682c1a7f71d666c5269fe984ce88619ba829
This commit is contained in:
parent
72546dfe44
commit
fdf5901151
|
@ -22,7 +22,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
{% for state in states %}
|
||||
<tr class="anchor-target" id="{{ state.slug }}">
|
||||
<tr class="anchor-target" id="{{ state.slug|default:"idexists" }}">
|
||||
<th>{{ state.name }}</th>
|
||||
<td>{{ state.desc|safe|linebreaksbr }}</td>
|
||||
{% if has_next_states %}
|
||||
|
|
Loading…
Reference in a new issue