|
@@ -71,7 +71,7 @@
|
|
|
<ul class="dropdown-menu">
|
|
<ul class="dropdown-menu">
|
|
|
<li class="dropdown-close"><a href="#close">❌</a></li><?php
|
|
<li class="dropdown-close"><a href="#close">❌</a></li><?php
|
|
|
foreach($tags as $tag) {
|
|
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>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|