aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-09-08 21:59:03 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-09-08 21:59:03 +0200
commit1e712167479e2d69728ac799a93a5aa115871e19 (patch)
treed587a754677381d8d3bb3a254c96a67c4ea80f5b /app
parented05a7e3f7c70a60b620c10f98642b0310c46ddc (diff)
parent55764935a71594fbe9354bfa0ca8888ca8d79c00 (diff)
Merge branch 'FreshRSS/dev' into dev
Diffstat (limited to 'app')
-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>