From 6b7fd2b0f7d9f87bbfc319bd920066c62e1ead2d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 17 Jul 2021 19:40:23 +0000 Subject: fix(content): file reading error message --- content.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'content.go') diff --git a/content.go b/content.go index 08d3a0d..8603c35 100644 --- a/content.go +++ b/content.go @@ -9,8 +9,7 @@ func GetContent(file string) string { if err != nil { return `# ERROR READING FILE -I seem to be having some trouble reading the contents of the "` + file + `" file... Try refreshing the page and if the problem persists, contact Fuwn! (Contact information available at /contact) -` +I seem to be having some trouble reading the contents of the "` + file + `" file... Try refreshing the page and if the problem persists, contact Fuwn!` } return string(contents) -- cgit v1.2.3