Skip to content
This repository was archived by the owner on Jul 29, 2021. It is now read-only.

Commit f8e22ea

Browse files
committed
Merge pull request #5 from kimor79/patch-1
Start a tag properly
2 parents 455be5b + 0bd06e3 commit f8e22ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const (
4343
var matchRx = regexp.MustCompile(`(` + urlRx + `)|(` + identRx + `)`)
4444

4545
var (
46-
html_a = []byte(`a href="`)
46+
html_a = []byte(`<a href="`)
4747
html_aq = []byte(`">`)
4848
html_enda = []byte("</a>")
4949
html_i = []byte("<i>")

0 commit comments

Comments
 (0)