From: sarven Date: Tue, 20 Jan 2009 05:11:45 +0000 (+0000) Subject: Added mark_hash for content (i.e., to indicate tags with the X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=27308afe8509d14ae2efc20cd806fa8541eee017;p=quix0rs-gnu-social.git Added mark_hash for content (i.e., to indicate tags with the character '#') --- 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))),