]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/actions/actions.factor
http.server.responses: adding <html-content>, use it.
[factor.git] / basis / furnace / actions / actions.factor
index 19491acfc3f00aad2ca8feedf0c5ec76279adda1..e01fb9e6e77b1ea8878af3de4ace37c4a5475a5c 100644 (file)
@@ -113,7 +113,7 @@ M: action modify-form
 TUPLE: page-action < action template ;\r
 \r
 : <chloe-content> ( path -- response )\r
-    resolve-template-path <chloe> "text/html" <content> ;\r
+    resolve-template-path <chloe> <html-content> ;\r
 \r
 : <page-action> ( -- page )\r
     page-action new-action\r