diff --git a/recipe.py b/recipe.py index e204d3f..40752f9 100644 --- a/recipe.py +++ b/recipe.py @@ -14,7 +14,7 @@ class TableCell: def to_html(self): if self.is_header: - html = f"{self.name}" + html = f"{self.name}" elif not self.name: html = f'' else: