diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showstream.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index c8a6db675..b877f5df3 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -289,6 +289,7 @@ class ShowstreamAction extends Action $this->elementStart('ul', 'tags xoxo'); foreach ($tags as $tag) { $this->elementStart('li'); + $this->element('span', 'mark_hash', '#'); $this->element('a', array('rel' => 'tag', 'href' => common_local_url('peopletag', array('tag' => $tag))), |