1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

Fixed minor tag closing issues (#4971)

Co-authored-by: Nikolay Fedorovskih <n.fedorovskih@squaregps.com>
This commit is contained in:
Nikolay Fedorovskikh 2023-02-03 14:07:29 +04:00 committed by GitHub
parent 22c273e48a
commit a937dd23f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
<input type="checkbox" name="{{ type }}" {{ checked }}>
<span class="task-list-indicator"></span>
{{ name }}
<label>
</label>
</li>
{% endfor %}
</ul>

View File

@ -73,7 +73,7 @@
<input type="checkbox" name="{{ type }}" {{ checked }}>
<span class="task-list-indicator"></span>
{{ name }}
<label>
</label>
</li>
{% endfor %}
</ul>

View File

@ -105,7 +105,7 @@
<!-- Site language selector -->
{% if config.extra.alternate %}
<div class="md-header__option"></form>
<div class="md-header__option">
<div class="md-select">
{% set icon = config.theme.icon.alternate or "material/translate" %}
<button