Skip to content

Commit aec836b

Browse files
committed
template: remove duplicate element id
Fixes golang/go#14435 Change-Id: Icf318cc2a8c71258e1c8f415e588e508c29f3a06 Reviewed-on: https://go-review.googlesource.com/19782 Reviewed-by: Rob Pike <[email protected]>
1 parent d44c702 commit aec836b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/index.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{{/* The dashes in the following template directives
2525
ensure the generated HTML of this list contains no
2626
extraneous spaces or line breaks. */}}
27-
<ul id="sidebar">
27+
<ul>
2828
{{- range .Links}}
2929
<li><a href="{{.URL}}">{{.Title}}</a></li>
3030
{{- end}}

0 commit comments

Comments
 (0)