Changeset 4273
- Timestamp:
- 08/18/07 04:41:48 (3 years ago)
- Files:
-
- 1 modified
-
trunk/lib/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/plugins.php
r4269 r4273 695 695 $DSP .= ' id="'.$name.'"'; 696 696 $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).'"'; 698 698 $DSP .= '>'; 699 699 $DSP .= is_null( $dfVal ) ? '' : htmlspecialchars($dfVal);
