File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ <h4>{{ config.extra.consent.title }}</h4>
40
40
< input type ="checkbox " name ="{{ type }} " {{ checked }} >
41
41
< span class ="task-list-indicator "> </ span >
42
42
{{ name }}
43
- < label >
43
+ </ label >
44
44
</ li >
45
45
{% endfor %}
46
46
</ ul >
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ <h4>{{ config.extra.consent.title }}</h4>
73
73
< input type ="checkbox " name ="{{ type }} " {{ checked }} >
74
74
< span class ="task-list-indicator "> </ span >
75
75
{{ name }}
76
- < label >
76
+ </ label >
77
77
</ li >
78
78
{% endfor %}
79
79
</ ul >
Original file line number Diff line number Diff line change 105
105
106
106
<!-- Site language selector -->
107
107
{% if config.extra.alternate %}
108
- < div class ="md-header__option "> </ form >
108
+ < div class ="md-header__option ">
109
109
< div class ="md-select ">
110
110
{% set icon = config.theme.icon.alternate or "material/translate" %}
111
111
< button
You can’t perform that action at this time.
0 commit comments