diff --git a/system/includes/functions.php b/system/includes/functions.php
index 62e4425..b494f14 100644
--- a/system/includes/functions.php
+++ b/system/includes/functions.php
@@ -2395,35 +2395,35 @@ function social($class = null)
$social .= '
';
$social .= '
';
if (!empty($twitter)) {
- $social .= '';
+ $social .= '';
}
if (!empty($facebook)) {
- $social .= '
Facebook';
+ $social .= '
Facebook';
}
if (!empty($instagram)) {
- $social .= '
Instagram';
+ $social .= '
Instagram';
}
if (!empty($linkedin)) {
- $social .= '
Linkedin';
+ $social .= '
Linkedin';
}
if (!empty($github)) {
- $social .= '
Github';
+ $social .= '
Github';
}
if (!empty($youtube)) {
- $social .= '
Youtube';
+ $social .= '
Youtube';
}
if (!empty($mastodon)) {
- $social .= '
Mastodon';
+ $social .= '
Mastodon';
}
if (!empty($tiktok)) {
- $social .= '
TikTok';
+ $social .= '
TikTok';
}
$social .= '
RSS';