summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-20 05:11:45 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-20 05:11:45 +0000
commit27308afe8509d14ae2efc20cd806fa8541eee017 (patch)
tree861fce817630e5067e102db257760c5e456daf76 /actions/showstream.php
parent918bd84c0d22251d30289b6bed41d4d2d417f591 (diff)
Added mark_hash for content (i.e., to indicate tags with the
character '#')
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php1
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))),