diff --git a/Handler/Tables.hs b/Handler/Tables.hs
index 6f4092c..6058973 100644
--- a/Handler/Tables.hs
+++ b/Handler/Tables.hs
@@ -43,7 +43,7 @@ descriptionCell = Table.widget "description" (
#{submissionDescription s}
$forall (Entity _ v) <- tagEnts
- \ #{tagName v}
+ \ #{tagName v}
|])
-- Table.text "description" (submissionDescription . (\(Entity _ s, _, _, _) -> s))