sophuwu.site > manhttpd
i forgot whats to commit?
sophuwu sophie@skisiel.com
Thu, 11 Apr 2024 14:16:30 +0200
commit

82be4696e3ff092882679fb8fb7c0725f93f2aba

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