From 8fc242c8feeeb2c541bb39128710c667ee9cd1bf Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Fri, 20 Aug 2021 12:35:04 +0800 Subject: [PATCH] fix: script code escaping problem (#400) --- footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footer.php b/footer.php index 3134bd5..100247d 100644 --- a/footer.php +++ b/footer.php @@ -55,7 +55,7 @@ echo '

' . kratos_option('s_gov') . '

'; } if (kratos_option('seo_statistical')) { - echo '

' . kratos_option('seo_statistical') . '

'; + echo kratos_option('seo_statistical'); } ?>