aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 5b91cb4..c33c0bd 100644
--- a/index.php
+++ b/index.php
@@ -33,7 +33,7 @@
$icon = $item['icon'];
$link = str_replace("{{cur}}", get_current_url(), $item['link']);
- echo '<a href="' . $link . '" title="' . $item['alt'] . '"><i class="fa ' . $icon . ' fa-fw"></i></a>';
+ echo '<a href="' . $link . '" title="' . $item['alt'] . '"><i class="' . $icon . ' fa-fw"></i></a>';
}
?>
</p></center>