From c48ddf4279ee38a9c06bed38e307ac4fd949d3ec Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 6 Mar 2024 20:58:36 +0100 Subject: view: Display multiline notes correctly --- view/html/recipe.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/html/recipe.html b/view/html/recipe.html index 356abda..985a4e1 100644 --- a/view/html/recipe.html +++ b/view/html/recipe.html @@ -10,7 +10,7 @@
{{ if ne .Portions "" }}

Portions: {{.Portions}}

{{end}}{{ if ne .Url "" }}

original recipe

{{end}}{{ if ne .Notes "" }} -

{{.Notes}}

{{end}} +

{{.Notes}}

{{end}}
-- cgit v1.2.3-70-g09d2