aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorLucian I. Last <li@last.nl>2018-11-17 14:01:34 +0100
committerLucian I. Last <li@last.nl>2018-11-17 14:01:34 +0100
commit3e62f5b8d542df8492ce70765007cf265ffa5e23 (patch)
treefeb7cafdad3e9a489fcbd624c5ff15a034e41d19 /index.php
parent2b32d670cac8066a0cb482fde36df3bb90281e5b (diff)
downloadsimple-dash-fork-3e62f5b8d542df8492ce70765007cf265ffa5e23.zip
Add javascript version #4
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>';