Fix maiuscola
This commit is contained in:
parent
4f7143a00e
commit
e878389e8f
|
@ -118,7 +118,7 @@ if (!empty($documento)) {
|
|||
<td>';
|
||||
echo input([
|
||||
'type' => 'ckeditor',
|
||||
'label' => tr('descrizione'),
|
||||
'label' => tr('Descrizione'),
|
||||
'name' => 'descrizione',
|
||||
'required' => 1,
|
||||
'extra' => 'rows="2"',
|
||||
|
|
Loading…
Reference in New Issue