]> Cypherpunks repositories - gostls13.git/commitdiff
godoc: remove errant space in HTML tag
authorAndrew Gerrand <adg@golang.org>
Wed, 30 Mar 2011 05:41:41 +0000 (16:41 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 30 Mar 2011 05:41:41 +0000 (16:41 +1100)
R=gri
CC=golang-dev
https://golang.org/cl/4277087

src/cmd/godoc/format.go

index da1466b21c12e8bce852e30688447a8954afd389..5d978fcf0ebad02cd08bdf1a102ce6e97cea910e 100644 (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">`),