Updated to Smarty 2.6.26 (June 18th, 2009), we should update to Smarty 3.x (current...
[mirrors/Kyberia-bloodline.git] / wwwroot / smarty / libs / plugins / function.html_radios.php
index 8ad0c65eec9816bc5f71d36e214efc33e87e94b0..7503cfaca8f01a1b7652ff69820b242e7e8497d2 100644 (file)
@@ -41,7 +41,7 @@
 function smarty_function_html_radios($params, &$smarty)
 {
     require_once $smarty->_get_plugin_filepath('shared','escape_special_chars');
-
+   
     $name = 'radio';
     $values = null;
     $options = null;
@@ -134,7 +134,7 @@ function smarty_function_html_radios_output($name, $value, $output, $selected, $
           $_id = smarty_function_escape_special_chars(preg_replace('![^\w\-\.]!', '_', $name . '_' . $value));
           $_output .= '<label for="' . $_id . '">';
       } else {
-          $_output .= '<label>';
+          $_output .= '<label>';           
       }
    }
    $_output .= '<input type="radio" name="'
This page took 0.143974 seconds and 4 git commands to generate.