Skip to content

Commit f0c0575

Browse files
authored
Fix sidebar entry HTML attribute spacing (#2342)
1 parent cf3a3d7 commit f0c0575

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docsy.dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"cross-env": "^10.1.0",
3838
"hugo-extended": "0.151.0",
3939
"netlify-cli": "^23.9.1",
40-
"npm-check-updates": "^19.0.0",
40+
"npm-check-updates": "^19.1.1",
4141
"postcss-cli": "^11.0.1",
4242
"rtlcss": "^4.3.0"
4343
},

layouts/_partials/sidebar-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
{{- if $s.IsPage }} td-sidebar-link__page
138138
{{- else }} td-sidebar-link__section
139139
{{- end }}
140-
{{- if $treeRoot }} tree-root{{ end }}" {{- /**/ -}}
140+
{{- if $treeRoot }} tree-root{{ end }}" {{/**/ -}}
141141
id="{{ $mid }}" {{- /**/ -}}
142142
>
143143
{{- with $s.Params.Icon -}}

0 commit comments

Comments
 (0)