mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed minor tag closing issues (#4971)
Co-authored-by: Nikolay Fedorovskih <n.fedorovskih@squaregps.com>
This commit is contained in:
parent
22c273e48a
commit
a937dd23f5
@ -40,7 +40,7 @@
|
|||||||
<input type="checkbox" name="{{ type }}" {{ checked }}>
|
<input type="checkbox" name="{{ type }}" {{ checked }}>
|
||||||
<span class="task-list-indicator"></span>
|
<span class="task-list-indicator"></span>
|
||||||
{{ name }}
|
{{ name }}
|
||||||
<label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
<input type="checkbox" name="{{ type }}" {{ checked }}>
|
<input type="checkbox" name="{{ type }}" {{ checked }}>
|
||||||
<span class="task-list-indicator"></span>
|
<span class="task-list-indicator"></span>
|
||||||
{{ name }}
|
{{ name }}
|
||||||
<label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -105,7 +105,7 @@
|
|||||||
|
|
||||||
<!-- Site language selector -->
|
<!-- Site language selector -->
|
||||||
{% if config.extra.alternate %}
|
{% if config.extra.alternate %}
|
||||||
<div class="md-header__option"></form>
|
<div class="md-header__option">
|
||||||
<div class="md-select">
|
<div class="md-select">
|
||||||
{% set icon = config.theme.icon.alternate or "material/translate" %}
|
{% set icon = config.theme.icon.alternate or "material/translate" %}
|
||||||
<button
|
<button
|
||||||
|
Loading…
Reference in New Issue
Block a user