This commit is contained in:
Liang Ding 2014-12-03 17:00:24 +08:00
parent fedbad35d6
commit 42812d56fb
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ func parsePath(curDir, outputLine string) string {
column = parts[2]
}
tagStart := `<span class="path" data-path="` + filepath.Join(curDir, file) + `" "data-line="` + line +
tagStart := `<span class="path" data-path="` + filepath.Join(curDir, file) + `" data-line="` + line +
`" data-column="` + column + `">`
text := file + ":" + line
if hasColumn {