From 27308afe8509d14ae2efc20cd806fa8541eee017 Mon Sep 17 00:00:00 2001 From: sarven Date: Tue, 20 Jan 2009 05:11:45 +0000 Subject: [PATCH] Added mark_hash for content (i.e., to indicate tags with the character '#') --- actions/showstream.php | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/showstream.php b/actions/showstream.php index c8a6db6756..b877f5df35 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))),