]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/wiki/edit.xml
io.streams.tee: more tests
[factor.git] / extra / webapps / wiki / edit.xml
index 9cb2e92f932034e2db445cc505711c01c8355a07..7c6435706f5a3c24545097031444c2099f842269 100644 (file)
@@ -7,7 +7,7 @@
        <t:form t:action="$wiki/submit" t:for="title">
 
                <p>
-                       <t:textarea t:name="content" t:rows="30" t:cols="80" />
+                       <t:textarea t:name="content" t:rows="30" />
                </p>
 
                <p>
                </p>
 
                <p>
-                       <button>Save</button>
+                       <t:recaptcha />
+               </p>
+
+               <p>
+                       <button type="submit">Save</button>
                </p>
 
        </t:form>