diff --git a/functions.php b/functions.php index ceaefd215..6a82b1499 100644 --- a/functions.php +++ b/functions.php @@ -13,7 +13,7 @@ require_once 'version.php'; if (RSS_BACKEND_TYPE == "magpie") { - define('MAGPIE_USER_AGENT_EXT', ' (+Tiny Tiny RSS/' . VERSION . ')'); + define('MAGPIE_USER_AGENT_EXT', ' (Tiny Tiny RSS/' . VERSION . ')'); require_once "magpierss/rss_fetch.inc"; require_once 'magpierss/rss_utils.inc'; } else if (RSS_BACKEND_TYPE == "simplepie") {