diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html
index 9b7179578..c3818e8dd 100644
--- a/cookbook/templates/recipe_view.html
+++ b/cookbook/templates/recipe_view.html
@@ -148,9 +148,12 @@
-
+
[[roundDecimals(i.amount * ingredient_factor)]]
- [[i.unit.name]]
+ {# Allow for amounts without units, such as "2 eggs" #}
+
+ [[i.unit.name]]
+
@@ -263,9 +266,12 @@
-
+
[[roundDecimals(i.amount * ingredient_factor)]]
- [[i.unit.name]]
+ {# Allow for amounts without units, such as "2 eggs" #}
+
+ [[i.unit.name]]
+