]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added mark_hash for content (i.e., to indicate tags with the
authorsarven <csarven@plantard.controlezvous.ca>
Tue, 20 Jan 2009 05:11:45 +0000 (05:11 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Tue, 20 Jan 2009 05:11:45 +0000 (05:11 +0000)
character '#')

actions/showstream.php

index c8a6db6756bb74d2c936e85ac1ce598cf7fb933f..b877f5df359e4308e690ea618d99a3be52c6ce2c 100644 (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))),