remove':' after value of attribute

This commit is contained in:
Uwe Steinmann 2020-08-03 12:51:35 +02:00
parent 487950c37c
commit aa271f6648

View File

@ -290,7 +290,7 @@ $('body').on('click', '.order-btn', function(ev) {
if(is_array($arr)) {
echo "<tr>";
echo "<td>".$arr[0].":</td>";
echo "<td>".$arr[1].":</td>";
echo "<td>".$arr[1]."</td>";
echo "</tr>";
} elseif(is_string($arr)) {
echo $arr;