]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
notice -> permalink in notices
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 00:43:49 +0000 (20:43 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 00:43:49 +0000 (20:43 -0400)
darcs-hash:20080709004349-84dde-bb19f619819eac92df8b4e534bee2d66fc7258c9.gz

lib/stream.php

index 3222a8ab0326c50680f33fc55ab9159ad813089a..8da07c3160fb5a219ff2f9d3bd868d53f94da317 100644 (file)
@@ -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));