]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/wiki/edit.xml
io.streams.tee: adding a simple tee-stream utility
[factor.git] / extra / webapps / wiki / edit.xml
index 90843a7140984e57aa1ab67ee25b5e2ff5ebcfcd..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>
-                       <input type="submit" value="Save" />
+                       <t:recaptcha />
+               </p>
+
+               <p>
+                       <button type="submit">Save</button>
                </p>
 
        </t:form>