fix: 연감 철자 수정

This commit is contained in:
2022-04-21 22:44:02 +09:00
parent 2240282155
commit e51421780e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ $me = $db->queryFirstRow('SELECT con, turntime FROM general WHERE owner = %i', $
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" />
<?= WebUtil::printStaticValues([
'staticValues' => [
'fisrtYearMonth' => Util::joinYearMonth($f_year, $f_month),
'firstYearMonth' => Util::joinYearMonth($f_year, $f_month),
'lastYearMonth' => Util::joinYearMonth($l_year, $l_month),
'currentYearMonth' => Util::joinYearMonth($currentYear, $currentMonth),
'serverNick' => DB::prefix(),