aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 4938f0c..ca45619 100644
--- a/index.php
+++ b/index.php
@@ -38,14 +38,14 @@
<div id="links-wrap" class="menu-item bg">
<?php
- echo '<center>';
+ echo '<center><p>';
foreach ($config['items'] as $i => $item) {
$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 '</center>';
+ echo '</p></center>';
?>
</div>