summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/showstream.php1
1 files changed, 1 insertions, 0 deletions
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');
}
}