From 335d41d5954c8cba4584331750276b812a7ad3cb Mon Sep 17 00:00:00 2001 From: runemaster <> Date: Sun, 5 Dec 2004 21:43:30 +0000 Subject: [PATCH] Switched 'button' to 'input' for better compatibility. --- web/templates/msgs/post.inc | 2 +- web/templates/msgs/reply.inc | 2 +- web/templates/newuser.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/templates/msgs/post.inc b/web/templates/msgs/post.inc index 602d6c4aa2..bac1a2a11a 100644 --- a/web/templates/msgs/post.inc +++ b/web/templates/msgs/post.inc @@ -11,7 +11,7 @@ <td class="postmsg" colspan="2"><textarea class="postmsg" name=body rows="20" cols="80"></textarea></td> </tr> <tr> - <td align="center" class="postmsg" colspan="2"><button type="Submit">Post Message</button></td> + <td align="center" class="postmsg" colspan="2"><input type="submit" value="Post Message" /></td> </tr> </tbody> </table> diff --git a/web/templates/msgs/reply.inc b/web/templates/msgs/reply.inc index ad4509cba3..49cde89e9a 100644 --- a/web/templates/msgs/reply.inc +++ b/web/templates/msgs/reply.inc @@ -11,7 +11,7 @@ <td class="replymsg" colspan="2"><textarea class="replymsg" name=body rows="20" cols="80">%%body%%</textarea></td> </tr> <tr> - <td align="center" class="replymsg" colspan="2"><button type="Submit">Post Reply</button></td> + <td align="center" class="replymsg" colspan="2"><input type="submit" value="Post Reply" /></td> </tr> </tbody> </table> diff --git a/web/templates/newuser.inc b/web/templates/newuser.inc index 49477c3782..f5bb3e132f 100644 --- a/web/templates/newuser.inc +++ b/web/templates/newuser.inc @@ -46,7 +46,7 @@ <tr> <td class="newuser"> </td> <td class="newuser"> - <button type="submit">Join!</button> + <input type="submit" value="Join!" />Join! </td> </tr> </table> -- GitLab