Error encoding tag link

https://github.com/FreshRSS/FreshRSS/issues/970
This commit is contained in:
Alexandre Alapetite
2015-09-08 20:52:37 +02:00
parent 757b879261
commit 9fcdaf99e2

View File

@@ -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', '#' . urlencode($tag)); ?>"><?php echo $tag; ?></a></li><?php
} ?>
</ul>
</div>