X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitem_units.php;fp=inventory%2Fmanage%2Fitem_units.php;h=af46ad54f35e7384abf849e328d86e02f4dfa980;hb=ab17153bb10c41e7fc40ac948708f1fe14d7d117;hp=c9bc699ea2b91ba90de7f10e44cfb2fe67ed73b3;hpb=d9686aaa821f1c1d55965ae165209f435ca4fcce;p=fa-stable.git diff --git a/inventory/manage/item_units.php b/inventory/manage/item_units.php index c9bc699e..af46ad54 100644 --- a/inventory/manage/item_units.php +++ b/inventory/manage/item_units.php @@ -105,7 +105,7 @@ while ($myrow = db_fetch($result)) label_cell($myrow["abbr"]); label_cell($myrow["name"]); label_cell(($myrow["decimals"]==-1?_("User Quantity Decimals"):$myrow["decimals"])); - $id = htmlentities($myrow["abbr"]); + $id = html_specials_encode($myrow["abbr"]); inactive_control_cell($id, $myrow["inactive"], 'item_units', 'abbr'); edit_button_cell("Edit".$id, _("Edit")); delete_button_cell("Delete".$id, _("Delete"));