]> gitweb.factorcode.org Git - factor.git/commitdiff
html.templates.chloe.syntax: revert to http for now
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 20 Jan 2023 20:10:20 +0000 (12:10 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 20 Jan 2023 20:10:20 +0000 (12:10 -0800)
basis/html/templates/chloe/syntax/syntax.factor

index 8ccc7be65b4e7f3f0ae5b4f15f3eb2e2b08ceaa6..f760f8632e1d21d725700f8137ac25e445fbd7b2 100644 (file)
@@ -13,12 +13,12 @@ chloe-tags [ H{ } clone ] initialize
 SYNTAX: CHLOE:
     scan-token parse-definition define-chloe-tag ;
 
-CONSTANT: chloe-ns "https://factorcode.org/chloe/1.0"
+CONSTANT: chloe-ns "http://factorcode.org/chloe/1.0"
 
 : chloe-name? ( name -- ? )
     url>> chloe-ns = ;
 
-XML-NS: chloe-name https://factorcode.org/chloe/1.0
+XML-NS: chloe-name http://factorcode.org/chloe/1.0
 
 : required-attr ( tag name -- value )
     [ nip ] [ chloe-name attr ] 2bi