|
@@ -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');
|