1
0
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:
Andrew Gerrand 2011-03-30 16:41:41 +11:00
parent 1afc37fa7e
commit 6b567d26b7

View File

@ -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">`),