Changeset 4273

Show
Ignore:
Timestamp:
08/18/07 04:41:48 (3 years ago)
Author:
graphittie
Message:

#585 : 플러그인 설정에서 0이 허용되지 않는 문제

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/plugins.php

    r4269 r4273  
    695695    $DSP .= ' id="'.$name.'"'; 
    696696    $DSP .= ' rows="'.treatDefaultValue($cmd['.attributes']['rows'], '2', false).'"'; 
    697     $DSP .= ' cols="'.treatDefaultValue($cmd['.attributes']['cols'], '23', false)'"'; 
     697    $DSP .= ' cols="'.treatDefaultValue($cmd['.attributes']['cols'], '23', false).'"'; 
    698698    $DSP .= '>'; 
    699699    $DSP .= is_null( $dfVal  )  ? '' : htmlspecialchars($dfVal);