fix(DocType): typos in version_html (endif instead of endfor) (bp #12106) (#12112)

* fix(DocType): typos in version_html (endif instead of endfor)

(cherry picked from commit a4f48766a1d44497eaab7306c1b900ddc3d297c2)

Co-authored-by: ci2014 <christoph.isik@wpci.de>
This commit is contained in:
mergify[bot] 2021-01-08 11:28:16 +05:30 committed by GitHub
parent a994f2935b
commit 9883678280
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
<td class="danger">{{ item[1] }}</td>
<td class="success">{{ item[2] }}</td>
</tr>
{% endif %}
{% endfor %}
</tbody>
</table>
{% endif %}
@ -58,7 +58,7 @@
</table>
</td>
</tr>
{% endif %}
{% endfor %}
</tbody>
</table>
@ -93,4 +93,4 @@
{% endfor %}
</tbody>
{% endif %}
</div>
</div>