From e178ae40798a79fa97085e0becb33b45ec2d3c5d Mon Sep 17 00:00:00 2001 From: gamerdonkey Date: Sat, 13 Sep 2025 03:47:32 +0000 Subject: [PATCH] bugix: missed some quotation marks --- recipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: