diff options
Diffstat (limited to 'content.go')
| -rw-r--r-- | content.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |