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