diff --git a/src/system/archive/archives.class.php b/src/system/archive/archives.class.php index 071bb7bf..f86c8120 100755 --- a/src/system/archive/archives.class.php +++ b/src/system/archive/archives.class.php @@ -800,7 +800,9 @@ class Archives */ function GetPagebreak($totalPage, $nowPage, $aid) { - if ($totalPage == 1) return ""; + if ($totalPage == 1) { + return ""; + } $PageList = "
  • {$totalPage}้กต
  • "; $nPage = $nowPage - 1; $lPage = $nowPage + 1;