summaryrefslogtreecommitdiff
path: root/src/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/index.php')
-rw-r--r--src/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/index.php b/src/templates/index.php
index 796bc26..f078bbd 100644
--- a/src/templates/index.php
+++ b/src/templates/index.php
@@ -18,7 +18,7 @@
<ul>
<a href="/">All</a>
<?php foreach($bookmarks->tags() as $tag) { ?>
- <li><a href="/?tag=<?php echo htmlentities($tag); ?>"><?php echo $tag; ?></a></li>
+ <li><a href="/?tag=<?php echo htmlentities($tag); ?>"><?php echo htmlentities($tag); ?></a></li>
<?php } ?>
</ul>
<h2>Bookmarks</h2>