mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
Merge pull request 'Add spaces to "Directory ... not found" errror' (#130) from 8dcc/gothub:dev into dev
Reviewed-on: https://codeberg.org/gothub/gothub/pulls/130
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ func DirView(c *fiber.Ctx) error {
|
||||
// I need a better way to do this
|
||||
return c.Status(404).Render("error", fiber.Map{
|
||||
"title": "Error",
|
||||
"error": "Directory" + c.Params("+") + "not found",
|
||||
"error": "Directory " + c.Params("+") + " not found",
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user