From 51908f59cea52894c62c070361eab62d6a782f42 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 16:25:00 -0400 Subject: smaller textbox darcs-hash:20080520202500-84dde-a4bb2b7c64122805a73c157f34acc8849e2421d2.gz --- actions/showstream.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions') diff --git a/actions/showstream.php b/actions/showstream.php index b75876169..e721a6d20 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -293,6 +293,7 @@ class ShowstreamAction extends StreamAction { 'href' => $noticeurl)); common_element('span', 'title', common_date_string($notice->created)); common_element('span', 'desc', $notice->content); + common_element_end('a'); common_element_end('li'); } } -- cgit v1.2.3-54-g00ecf