잘못된 코드 수정

This commit is contained in:
thisgun
2019-06-13 16:33:02 +09:00
parent a6d851e174
commit 17238808b5
5 changed files with 11 additions and 8 deletions

View File

@ -3425,7 +3425,7 @@ function get_head_title($title){
global $g5;
if( isset($g5['board_title']) && $g5['board_title'] ){
$title = strip_tags(get_text($g5['board_title']));
$title = strip_tags($g5['board_title']);
}
return $title;