|
|
@@ -480,7 +480,7 @@ class UI {
|
|
|
$html->attrs['id'] = $fName;
|
|
|
$html->attrs['name'] = $fName;
|
|
|
$html->attrs['type'] = 'text';
|
|
|
- $html->attrs['value'] = htmlspecialchars($fValue);
|
|
|
+ $html->attrs['value'] = $fValue;// BUG htmlspecialchars($fValue); - convert " to "
|
|
|
if (isset($params['tabindex'])) {
|
|
|
$html->attrs['tabindex'] = $params['tabindex'];
|
|
|
}
|