Skip to content

Commit a937dd2

Browse files
fenik17Nikolay Fedorovskih
and
Nikolay Fedorovskih
authored
Fixed minor tag closing issues (#4971)
Co-authored-by: Nikolay Fedorovskih <[email protected]>
1 parent 22c273e commit a937dd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

material/partials/consent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h4>{{ config.extra.consent.title }}</h4>
4040
<input type="checkbox" name="{{ type }}" {{ checked }}>
4141
<span class="task-list-indicator"></span>
4242
{{ name }}
43-
<label>
43+
</label>
4444
</li>
4545
{% endfor %}
4646
</ul>

src/partials/consent.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h4>{{ config.extra.consent.title }}</h4>
7373
<input type="checkbox" name="{{ type }}" {{ checked }}>
7474
<span class="task-list-indicator"></span>
7575
{{ name }}
76-
<label>
76+
</label>
7777
</li>
7878
{% endfor %}
7979
</ul>

src/partials/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
<!-- Site language selector -->
107107
{% if config.extra.alternate %}
108-
<div class="md-header__option"></form>
108+
<div class="md-header__option">
109109
<div class="md-select">
110110
{% set icon = config.theme.icon.alternate or "material/translate" %}
111111
<button

0 commit comments

Comments
 (0)