From 567154a0f0efe353396e6a7296bfe64702365c1e Mon Sep 17 00:00:00 2001 From: Lauri Niskanen Date: Sun, 14 Feb 2021 11:24:43 +0200 Subject: [PATCH] Use proper total energy label in the recipe page --- views/recipes.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/recipes.blade.php b/views/recipes.blade.php index b61a7579..06c04187 100644 --- a/views/recipes.blade.php +++ b/views/recipes.blade.php @@ -311,7 +311,7 @@
@if(!empty($calories) && intval($calories) > 0)
- +

{{ $calories }}

@endif