mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
@@ -1100,7 +1100,7 @@ class e_form
|
||||
$prefix = ' '.str_repeat('--', $nest_level - 1).'>';
|
||||
$style = '';
|
||||
}
|
||||
return $this->option($prefix.$this->_uc->uc_get_classname($classnum), '{$classSign}{$classIndex}', ($current_value !== '' && in_array($classnum, $tmp)), array("style"=>"{$style}"))."\n";
|
||||
return $this->option($prefix.$this->_uc->uc_get_classname($classnum), $classSign.$classIndex, ($current_value !== '' && in_array($classnum, $tmp)), array("style"=>"{$style}"))."\n";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user