From: John Benediktsson Date: Sat, 12 Feb 2022 16:43:49 +0000 (-0800) Subject: Revert "furnace.chloe-tags: change indexing now that empty strings are not included" X-Git-Tag: 0.99~1533 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=9dc8dd9bcc3a1ffd0ab7a6ebba0b4ae7f5605eae Revert "furnace.chloe-tags: change indexing now that empty strings are not included" This reverts commit 6898937ef68210561481777841b2cb4a86bd32dd. --- diff --git a/basis/furnace/chloe-tags/chloe-tags.factor b/basis/furnace/chloe-tags/chloe-tags.factor index 0fabe39783..cd9bf815f1 100644 --- a/basis/furnace/chloe-tags/chloe-tags.factor +++ b/basis/furnace/chloe-tags/chloe-tags.factor @@ -106,7 +106,7 @@ CHLOE: form [ hidden-fields ] [ compile-children>xml-string ] tri [ - [XML
<-><->
XML] first + [XML
<-><->
XML] second swap >>attrs write-xml ] [code]