diff --git a/system/includes/functions.php b/system/includes/functions.php
index 321b226..54c3c39 100644
--- a/system/includes/functions.php
+++ b/system/includes/functions.php
@@ -750,7 +750,7 @@ function social(){
}
if (!empty($google)) {
- echo '
';
+ echo '
';
}
if (!empty($tumblr)) {
@@ -883,4 +883,4 @@ function generate_rss($posts){
// Turn an array of posts into a JSON
function generate_json($posts){
return json_encode($posts);
-}
\ No newline at end of file
+}