]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix calculator
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 12 Jan 2009 22:17:58 +0000 (16:17 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 12 Jan 2009 22:17:58 +0000 (16:17 -0600)
extra/webapps/calculator/calculator.factor
extra/webapps/calculator/calculator.xml

index d19946d39bb13e4d4915f8447fa00ed5a6ec1a54..a8c8383e628c3f633e46f1ab7e75f2fb8db4176e 100644 (file)
@@ -1,6 +1,6 @@
-! Copyright (C) 2008 Slava Pestov.
+! Copyright (C) 2008, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: furnace.actions furnace.redirection
+USING: furnace furnace.actions furnace.redirection
 http.server.dispatchers html.forms validators urls accessors
 math ;
 IN: webapps.calculator
index ed8e60d89a87ad80fc17682b44663349a62174f3..4dcf5d563afdc99155a8d5bbce9f4d8ed8a7ebbf 100644 (file)
@@ -2,6 +2,7 @@
 
 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
 
+<html>
        <head> <title>Calculator</title> </head>
 
        <body>
@@ -24,5 +25,6 @@
 
                </t:form>
        </body>
+</html>
 
 </t:chloe>