Added mark_hash for content (i.e., to indicate tags with the

character '#')
This commit is contained in:
sarven 2009-01-20 05:11:45 +00:00
parent 918bd84c0d
commit 27308afe85
1 changed files with 1 additions and 0 deletions

View File

@ -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))),