mirror of
https://github.com/golang/go
synced 2024-11-21 20:04:44 -07:00
godoc: remove errant space in HTML tag
R=gri CC=golang-dev https://golang.org/cl/4277087
This commit is contained in:
parent
1afc37fa7e
commit
6b567d26b7
@ -309,7 +309,7 @@ func rangeSelection(str string) Selection {
|
||||
//
|
||||
var startTags = [][]byte{
|
||||
/* 000 */ []byte(``),
|
||||
/* 001 */ []byte(`<span class ="comment">`),
|
||||
/* 001 */ []byte(`<span class="comment">`),
|
||||
/* 010 */ []byte(`<span class="highlight">`),
|
||||
/* 011 */ []byte(`<span class="highlight-comment">`),
|
||||
/* 100 */ []byte(`<span class="selection">`),
|
||||
|
Loading…
Reference in New Issue
Block a user