From 025a8e55267b62e05a9d4cb4ee43558d07eeab3f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 29 Jul 2008 23:29:18 -0400 Subject: fallback for unknown source darcs-hash:20080730032918-84dde-a38f8731840e0dcc82a4ced768bf85069e15a133.gz --- lib/stream.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/stream.php') diff --git a/lib/stream.php b/lib/stream.php index 44b7b9738..4dbb99093 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -151,7 +151,10 @@ class StreamAction extends Action { if ($ns) { common_element('a', array('href' => $ns->url), $ns->name); + } else { + common_element('span', 'noticesource', $source_name); } + break; } return; } -- cgit v1.2.3-54-g00ecf