From 8dc131b7bcb831863c08bbfcf54edaef328e1061 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 7 Apr 2006 20:56:38 +0000 Subject: [PATCH] Fix: W3C --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 71090cd1372..4d333523ea8 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1283,7 +1283,7 @@ class Form print ''.$question.''; $this->selectyesno("confirm","no"); print "\n"; - print ''; + print ''; print ''; print "\n";