i forgot whats to commit?
sophuwu sophie@skisiel.com
Thu, 11 Apr 2024 14:16:30 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
main.go
→
main.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