diff --git a/library/includes/page_footer.php b/library/includes/page_footer.php
index 58c98170c..7163e4bac 100644
--- a/library/includes/page_footer.php
+++ b/library/includes/page_footer.php
@@ -16,7 +16,7 @@ global $bb_cfg, $userdata, $template, $DBS, $lang;
if (!empty($template)) {
$template->assign_vars([
'SIMPLE_FOOTER' => !empty($gen_simple_header),
- 'POWERED' => 'Powered by TorrentPier © 2005-' . date('Y'),
+ 'POWERED' => 'Powered by TorrentPier © 2005-' . date('Y'),
'SHOW_ADMIN_LINK' => (IS_ADMIN && !defined('IN_ADMIN')),
'ADMIN_LINK_HREF' => 'admin/index.php',
]);