diff --git a/ajax/getClientLogForEventsNew.php b/ajax/getClientLogForEventsNew.php index 1520513..d8b9417 100644 --- a/ajax/getClientLogForEventsNew.php +++ b/ajax/getClientLogForEventsNew.php @@ -1225,13 +1225,14 @@ ORDER BY date_sort ASC"; echo ''; } echo ''; - - if ($deal_data['status'] == 1) { - echo '
'; - } else if ($deal_data['status'] == 2) { - echo ''; - } } + + if ($deal_data['status'] == 1) { + echo ''; + } else if ($deal_data['status'] == 2) { + echo ''; + } + ?> ?>