summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-23 03:47:32 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-23 03:47:32 +0000
commit961c5af3cec8cf4fc3efe7e80b90ea69e6137cdd (patch)
tree78dc23b9fbd322b7a009742014171ccfbb73dd12 /actions/showstream.php
parentc8b606f17e124febf79db5a5aac5c545454435a1 (diff)
Anonymous notice
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 3005cdd88..157ccdd0c 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -538,7 +538,7 @@ class ShowstreamAction extends Action
'based on the Free Software [Laconica](http://laconi.ca/) tool. ' .
'[Join now](%%%%action.register%%%%) to follow **%s**\'s notices and many more! ([Read more](%%%%doc.help%%%%))'),
$this->user->nickname, $this->user->nickname);
- $this->elementStart('div', 'anonymous');
+ $this->elementStart('div', array('id' => 'anon_notice'));
$this->raw(common_markup_to_html($m));
$this->elementEnd('div');
}