fix(list): title
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2023-02-14 18:52:50 +08:00
parent 45af08923c
commit 1aa61ba767
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -99,7 +99,7 @@ $pag_config = [
]; ];
$pag = new Paginator($pag_config); $pag = new Paginator($pag_config);
?> ?>
<?php echoUOJPageHeader(UOJLocale::get('problems lists')); ?> <?php echoUOJPageHeader(UOJList::info('title') . ' - 题单') ?>
<div class="row"> <div class="row">
<!-- left col --> <!-- left col -->