summaryrefslogtreecommitdiff
path: root/app/views/helpers/index/normal/entry_bottom.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-09-12 18:15:46 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-09-12 18:15:46 +0200
commit133e369afff02e5984fe4ce5109e33fd2fbccfc7 (patch)
tree445feb4bf7631f7f10d1d715dab297afca3cc65c /app/views/helpers/index/normal/entry_bottom.phtml
parentf148e3938cc8daaaef1c71853594fbe142a1329e (diff)
parent0204e8ff08ba9ae103c46d08484cf30aedfb9148 (diff)
Version 1.1.3-beta1.1.3-beta
Diffstat (limited to 'app/views/helpers/index/normal/entry_bottom.phtml')
-rw-r--r--app/views/helpers/index/normal/entry_bottom.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/index/normal/entry_bottom.phtml b/app/views/helpers/index/normal/entry_bottom.phtml
index 20b4b332c..3af7436c3 100644
--- a/app/views/helpers/index/normal/entry_bottom.phtml
+++ b/app/views/helpers/index/normal/entry_bottom.phtml
@@ -71,7 +71,7 @@
<ul class="dropdown-menu">
<li class="dropdown-close"><a href="#close">❌</a></li><?php
foreach($tags as $tag) {
- ?><li class="item"><a href="<?php echo _url('index', 'index', 'search', urlencode('#' . $tag)); ?>"><?php echo $tag; ?></a></li><?php
+ ?><li class="item"><a href="<?php echo _url('index', 'index', 'search', '#' . htmlspecialchars_decode($tag)); ?>"><?php echo $tag; ?></a></li><?php
} ?>
</ul>
</div>