Ignore:
Timestamp:
2013/06/08 16:35:27 (13 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • 主に空白・空白行の調整。もう少し整えたいが、一旦現状コミット。
File:
1 edited

Legend:

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

    r22567 r22856  
    109109 
    110110    if (isset($options)) { 
    111  
    112111        foreach ($options as $_key=>$_val) 
    113112            $_html_result[] = smarty_function_html_radios_output_ex($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids, $tags); 
    114113 
    115114    } else { 
    116  
    117115        foreach ($values as $_i=>$_key) { 
    118116            $_val = isset($output[$_i]) ? $output[$_i] : ''; 
Note: See TracChangeset for help on using the changeset viewer.