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 .= "<th>" . lang("玩法") . "</th>";
         $text3 .= "<th>" . lang("总投") . "</th>";
-        $text3 .= "<tr>";
+        $text3 .= "</tr>";
         App::setLocale($lang);
         if ($keywordsList) {
             uksort($keywordsList, 'custom_sort');