From 96af6de09e9f2e11825388b6dcc948db489e2e0a Mon Sep 17 00:00:00 2001 From: danpros Date: Thu, 22 Apr 2021 09:04:46 +0700 Subject: [PATCH] Change the copyright to span --- system/includes/functions.php | 4 ++-- themes/blog/layout.html.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/system/includes/functions.php b/system/includes/functions.php index 900784c..26f3613 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -1889,9 +1889,9 @@ function copyright() $credit = 'Powered by HTMLy'; if (!empty($blogcp)) { - return $copyright = '

' . $blogcp . '

' . $credit . '

'; + return $copyright = '' . $blogcp . ' ' . $credit . ''; } else { - return $credit = '

' . $credit . '

'; + return $credit = '' . $credit . ''; } } diff --git a/themes/blog/layout.html.php b/themes/blog/layout.html.php index 2c21fc5..77a6340 100644 --- a/themes/blog/layout.html.php +++ b/themes/blog/layout.html.php @@ -185,7 +185,7 @@