From 52e68e0e86b7dc98c0cbf29a5718d534acf9a6e0 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 23 Sep 2008 16:32:10 -0500 Subject: [PATCH] Fix XHTML validation error --- basis/html/templates/chloe/chloe.factor | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ;