Update php8.1
This commit is contained in:
parent
e5cd9b207e
commit
942f07e05b
1 changed files with 2 additions and 2 deletions
|
@ -1609,8 +1609,8 @@ namespace gp\tool{
|
|||
}elseif( !empty($page->TitleInfo['keywords']) ){
|
||||
$keywords = explode(',', $page->TitleInfo['keywords']);
|
||||
}
|
||||
|
||||
$keywords[] = strip_tags($page_title);
|
||||
$keywords[] = strip_tags($page_title);
|
||||
$page->label .= "";
|
||||
$keywords[] = strip_tags($page->label);
|
||||
|
||||
$site_keywords = explode(',', $config['keywords']);
|
||||
|
|
Loading…
Reference in a new issue