]> gitweb.factorcode.org Git - factor.git/commitdiff
furnace.chloe-tags: change indexing now that empty strings are not included
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 12 Feb 2022 16:41:48 +0000 (08:41 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 12 Feb 2022 16:41:48 +0000 (08:41 -0800)
basis/furnace/chloe-tags/chloe-tags.factor

index cd9bf815f1ff29ee7d7f4d7fda61675ad1949081..0fabe39783a18acc1f2c1c79ddcf10b30f33cc85 100644 (file)
@@ -106,7 +106,7 @@ CHLOE: form
         [ hidden-fields ]
         [ compile-children>xml-string ] tri
         [
-            <unescaped> [XML <form><-><-></form> XML] second
+            <unescaped> [XML <form><-><-></form> XML] first
                 swap >>attrs
             write-xml
         ] [code]