Skip to content

Commit c90fd05

Browse files
author
Jeppe Zapp
authored
Merge pull request #31 from christianlupus/dev/bug30
Removed duplicate text servings
2 parents c25eed7 + 00f219f commit c90fd05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/content/recipe.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<h2><?php echo $_['name']; ?></h2>
99

10-
<p><?php echo $_['recipeYield']; ?> serving<?php if($_['recipeYield'] > 1) { echo 's'; } ?></p>
1110
<p><?php p($l->n('One serving', '%n servings', $_['recipeYield'])); ?></p>
1211

1312
<?php if(isset($_['dailyDozen'])) { ?>

0 commit comments

Comments
 (0)