medal valid forever text

This commit is contained in:
xiaomlove
2023-01-21 13:58:35 +08:00
parent 19be90c207
commit 3762c15dc7
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ foreach ($rows as $row) {
);
$table .= sprintf(
'<tr><td>%s</td><td>%s</td><td><img src="%s" style="max-width: 60px;max-height: 60px;" class="preview" /></td><td>%s</td><td>%s</td><td>%s</td><td>%s</td>',
$row->id, $row->name, $row->image_large, number_format($row->price), $row->duration, $row->description, $action
$row->id, $row->name, $row->image_large, number_format($row->price), $row->durationText, $row->description, $action
);
}
$table .= '</tbody></table>';