Ignore:
Timestamp:
2011/03/07 15:37:16 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • 半SP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/smarty_extends/function.html_radios_ex.php

    r18234 r20540  
    4242{ 
    4343    require_once $smarty->_get_plugin_filepath('shared','escape_special_chars'); 
    44     
     44 
    4545    $name = 'radio'; 
    4646    $values = null; 
     
    132132function smarty_function_html_radios_output_ex($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $tags) { 
    133133   $_output = ''; 
    134    
     134 
    135135   $_output .= '<input type="radio" name="' 
    136136        . smarty_function_escape_special_chars($name) . '" value="' 
     
    146146     
    147147    $_output .= $extra . ' />'; 
    148      
     148 
    149149    $_output .= $tags[0]; 
    150150         
Note: See TracChangeset for help on using the changeset viewer.