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 9c0a68f..1dcdd01 100644
--- a/index.php
+++ b/index.php
@@ -22,7 +22,7 @@
<!-- end Fork me on GitHub -->
<div id="wrapper">
- <div class="itemlist">
+ <div id="itemlist">
<?php
foreach ($config['items'] as $i => $item) {
echo '<a href="'.$item['link'].'" title="'.$item['alt'].'"><i class="'.$item['icon'].' fa-fw"></i></a>';