Ken 5 일 전
부모
커밋
9614f879d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -1061,7 +1061,7 @@ class BetService extends BaseService
         $text3 .= "<table><tr>";
         $text3 .= "<table><tr>";
         $text3 .= "<th>" . lang("玩法") . "</th>";
         $text3 .= "<th>" . lang("玩法") . "</th>";
         $text3 .= "<th>" . lang("总投") . "</th>";
         $text3 .= "<th>" . lang("总投") . "</th>";
-        $text3 .= "<tr>";
+        $text3 .= "</tr>";
         App::setLocale($lang);
         App::setLocale($lang);
         if ($keywordsList) {
         if ($keywordsList) {
             uksort($keywordsList, 'custom_sort');
             uksort($keywordsList, 'custom_sort');