openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9a0e2ad58dc89a82b47587c631c13178fcad220c
parent 7c7d9860730dcab6243177eada936bd10091a95e
Author: dankert <devnull@localhost>
Date:   Mon, 29 Nov 2004 22:48:14 +0100

Korrektur checkbox()

Diffstat:
serviceClasses/Html.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/serviceClasses/Html.class.php b/serviceClasses/Html.class.php @@ -40,7 +40,7 @@ class Html $src .= ' disabled="disabled"'; if ( $value ) - $src .= ' checked="checked"'; + $src .= ' value="1" checked="checked"'; $src .= ' />';