From e172910dd350f94522a85beb3fefe925b92e10e3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Feb 2006 16:08:54 +0000 Subject: [PATCH] - Patch #43953 by wtanaka: fixed problem with buttons on GET-forms. --- includes/form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/form.inc b/includes/form.inc index da53a93306..8ac651f748 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -823,7 +823,7 @@ function theme_submit($element) { } function theme_button($element) { - return '\n"; + return '\n"; } /** -- GitLab