Skip to content
Snippets Groups Projects
Unverified Commit a937dd23 authored by Nikolay Fedorovskikh's avatar Nikolay Fedorovskikh Committed by GitHub
Browse files

Fixed minor tag closing issues (#4971)


Co-authored-by: default avatarNikolay Fedorovskih <n.fedorovskih@squaregps.com>
parent 22c273e4
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment