diff options
| -rw-r--r-- | app/views/index/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index 0e09f84df..9974a9b0b 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -98,7 +98,7 @@ if ($output == 'rss') { <li class="dropdown-close"><a href="#close"><i class="icon i_close"></i></a></li> <?php foreach($tags as $tag) { ?> - <li class="item"><span><?php echo $tag; ?></span></li> + <li class="item"><a href="<?php echo _url ('index', 'index', 'search', urlencode ('#' . $tag)); ?>"><?php echo $tag; ?></a></li> <?php } ?> </ul> </div> |
