diff --git a/basis/html/templates/chloe/chloe.factor b/basis/html/templates/chloe/chloe.factor
index cc51bd05d3..e83040b00d 100644
--- a/basis/html/templates/chloe/chloe.factor
+++ b/basis/html/templates/chloe/chloe.factor
@@ -37,7 +37,11 @@ CHLOE: style
] ?if ;
CHLOE: write-style
- drop [ ] [code] ;
+ drop [
+
+ ] [code] ;
CHLOE: even
[ "index" value even? swap when ] process-children ;