From 942f07e05be58f31bfd19f4ee340e24710f7e0f4 Mon Sep 17 00:00:00 2001 From: gtbu Date: Sun, 22 May 2022 16:50:37 +0200 Subject: [PATCH] Update php8.1 --- include/tool/Output.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tool/Output.php b/include/tool/Output.php index bceab7a..f596bfc 100644 --- a/include/tool/Output.php +++ b/include/tool/Output.php @@ -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']);