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 @@