diff --git a/extra/html/entities/entities.factor b/extra/html/entities/entities.factor
index 562b7c8466..1baab98029 100644
--- a/extra/html/entities/entities.factor
+++ b/extra/html/entities/entities.factor
@@ -1654,8 +1654,10 @@ CONSTANT: html5 H{
{ "quatint;" "\u002a16" }
{ "quest;" "?" }
{ "questeq;" "\u00225f" }
- { "QUOT" " } { \"quot\" " }
- { "QUOT;" " } { \"quot;\" " }
+ { "QUOT" "\"" }
+ { "QUOT;" "\"" }
+ { "quot" "\"" }
+ { "quot;" "\"" }
{ "rAarr;" "\u0021db" }
{ "race;" "\u00223d\u000331" }
{ "Racute;" "\u000154" }