Added mark_hash for content (i.e., to indicate tags with the
character '#')
This commit is contained in:
parent
918bd84c0d
commit
27308afe85
|
@ -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))),
|
||||
|
|
Loading…
Reference in New Issue
Block a user