chiark / gitweb /
Tidy up search form; remove cruft
[disorder] / templates / macros.tmpl
index 3132e570eaf9167051768e9c6b4be46e26dbf520..d0bfe152748f01d2aa48b737b8df46aad50db05a 100644 (file)
@@ -280,7 +280,7 @@ and then redefines macros as desired.
 @# Expand to a submit button
 @#  @text is the text to put inside the button
 @define {submit} {text}
-        {<span class=buttonouter><button class=button name=submit type=submit><span class=buttoninner>@text</span></button></span>}
+        {<button class=button name=submit type=submit>@text</button>}
 
 @# Expand to an action button
 @#  @text is the text to put inside the button