openrat-cms

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

commit 3a84de4c671df0eeb95c81862647f5455e8bf153
parent 021c3858456742ddfb7c56a10e2ee2977f16a707
Author: dankert <devnull@localhost>
Date:   Sun, 29 Jan 2006 18:31:33 +0100

Bugfix ('"' vergessen)

Diffstat:
themes/default/include/html/radio.inc.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/default/include/html/radio.inc.php b/themes/default/include/html/radio.inc.php @@ -1,2 +1,2 @@ <?php -?><input type="radio" name="<?php echo $attr_prefix.$attr_name ?><?php if ( $attr_readonly ) echo ' disabled="disabled"' ?> value="<?php echo $attr_value ?>" <?php if( $attr_default ) echo 'checked="checked"' ?> />- \ No newline at end of file +?><input type="radio" name="<?php echo $attr_prefix.$attr_name ?>"<?php if ( $attr_readonly ) echo ' disabled="disabled"' ?> value="<?php echo $$attr_value ?>" <?php if( $attr_default ) echo 'checked="checked"' ?> />+ \ No newline at end of file