diff --git a/adm/popular_list.php b/adm/popular_list.php
index cc16fae58..725039337 100644
--- a/adm/popular_list.php
+++ b/adm/popular_list.php
@@ -57,7 +57,7 @@ $sql = " select *
limit {$from_record}, {$rows} ";
$result = sql_query($sql);
-$listall = '전체목록';
+$listall = '전체목록';
$g5['title'] = '인기검색어관리';
include_once('./admin.head.php');