git.sophuwu.com > manweb
i forgot whats to commit?
parent

bc4756faf5d6e3403653b605b7acc7c99a5854ff

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M main.gomain.go

@@ -68,7 +68,7 @@ fmt.Fprint(w, out)

} var LinkRemover = regexp.MustCompile(`(<a [^>]*>)|(</a>)`).ReplaceAllString -var HTMLManName = regexp.MustCompile(`(?:<b>)?([a-zA-Z0-9_\-]+)(?:</b>)?\(([0-9][0-9a-z]*)\)`) +var HTMLManName = regexp.MustCompile(`(?:<b>)?([a-zA-Z0-9_.:\-]+)(?:</b>)?\(([0-9][0-9a-z]*)\)`) type ManPage struct { Name string