diff --git a/basis/help/html/html.factor b/basis/help/html/html.factor
index fbfc42829e..725a2c6d8f 100644
--- a/basis/help/html/html.factor
+++ b/basis/help/html/html.factor
@@ -24,6 +24,7 @@ IN: help.html
{ CHAR: / "__slash__" }
{ CHAR: , "__comma__" }
{ CHAR: @ "__at__" }
+ { CHAR: # "__hash__" }
} at [ % ] [ , ] ?if
] [ number>string "__" "__" surround % ] if ;