summaryrefslogtreecommitdiff
path: root/lib/stream.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-08 20:43:49 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-08 20:43:49 -0400
commitde2e36eeb75a364c3ebecb72af686ee7cc113345 (patch)
treeac6119e87ba79e8aed0250f7deafe6c33581ca6c /lib/stream.php
parentec9de70539083aad64deea2995cf9dfa9fb84b1a (diff)
notice -> permalink in notices
darcs-hash:20080709004349-84dde-bb19f619819eac92df8b4e534bee2d66fc7258c9.gz
Diffstat (limited to 'lib/stream.php')
-rw-r--r--lib/stream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.php b/lib/stream.php
index 3222a8ab0..8da07c316 100644
--- a/lib/stream.php
+++ b/lib/stream.php
@@ -82,7 +82,7 @@ class StreamAction extends Action {
common_element_end('p');
$noticeurl = common_local_url('shownotice', array('notice' => $notice->id));
common_element_start('p', 'time');
- common_element('a', array('class' => 'notice',
+ common_element('a', array('class' => 'permalink',
'href' => $noticeurl,
'title' => common_exact_date($notice->created)),
common_date_string($notice->created));