mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
remove':' after value of attribute
This commit is contained in:
parent
487950c37c
commit
aa271f6648
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user