Commit 6b567d26 authored by Andrew Gerrand's avatar Andrew Gerrand

godoc: remove errant space in HTML tag

R=gri
CC=golang-dev
https://golang.org/cl/4277087
parent 1afc37fa
......@@ -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">`),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment