Skip to content

Commit 72c5fde

Browse files
committed
fix: minore
1 parent 4691440 commit 72c5fde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/categorie/add.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</div>
5050

5151
<div class="col-md-3">
52-
{[ "type": "text", "label": "<?php echo tr('Colore'); ?>", "name": "colore_add", "id": "colore_", "class": "colorpicker text-center", "value": "<?php echo $categoria->colore; ?>", "extra": "maxlength=\"7\"", "icon-after": "<div class='img-circle square'></div>" ]}
52+
{[ "type": "text", "label": "<?php echo tr('Colore'); ?>", "name": "colore_add", "id": "colore", "class": "colorpicker text-center", "value": "<?php echo $categoria->colore; ?>", "extra": "maxlength=\"7\"", "icon-after": "<div class='img-circle square'></div>" ]}
5353
</div>
5454

5555
<div class="col-md-2">

0 commit comments

Comments
 (0)