diff options
Diffstat (limited to 'view/recipe.go')
-rw-r--r-- | view/recipe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/recipe.go b/view/recipe.go index 8236476..d77d771 100644 --- a/view/recipe.go +++ b/view/recipe.go @@ -41,7 +41,7 @@ func RecipeRead(w http.ResponseWriter, r *http.Request) { } } if !is_valid { - http.Error(w, "Unsupported view: " + template, http.StatusBadRequest) + http.Error(w, "Unsupported view: "+template, http.StatusBadRequest) return } |