Bug #3537 » 3537.patch
| administrator/components/com_comprofiler/plugin.class.php | ||
|---|---|---|
|
if ( $field->rows > 0 ) {
|
||
|
$additional .= ' rows="' . $field->rows . '"';
|
||
|
}
|
||
|
$fieldMaxLength = $this->getMaxLength( $field );
|
||
|
if ( $fieldMaxLength > 0 ) {
|
||
|
$additional .= ' maxlength="' . $fieldMaxLength . '"';
|
||
|
}
|
||
|
$classes[] = 'inputbox';
|
||
|
break;
|
||
|
|
||