Ignore:
Timestamp:
2013/06/08 18:59:30 (11 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

    r22856 r22857  
    111111        foreach ($options as $_key=>$_val) 
    112112            $_html_result[] = smarty_function_html_radios_output_ex($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids, $tags); 
    113  
    114113    } else { 
    115114        foreach ($values as $_i=>$_key) { 
     
    125124        return implode("\n",$_html_result); 
    126125    } 
    127  
    128126} 
    129127 
Note: See TracChangeset for help on using the changeset viewer.