mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +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)) {
|
if(is_array($arr)) {
|
||||||
echo "<tr>";
|
echo "<tr>";
|
||||||
echo "<td>".$arr[0].":</td>";
|
echo "<td>".$arr[0].":</td>";
|
||||||
echo "<td>".$arr[1].":</td>";
|
echo "<td>".$arr[1]."</td>";
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
} elseif(is_string($arr)) {
|
} elseif(is_string($arr)) {
|
||||||
echo $arr;
|
echo $arr;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user