From 02cb345154fcfdb57336b85a11758881321d1422 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 10 Jun 2008 10:46:06 -0400 Subject: [PATCH] close parens in showstream darcs-hash:20080610144606-84dde-7c8b86d2954324e686eb5fe1ed9daeb4919a945c.gz --- actions/showstream.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/showstream.php b/actions/showstream.php index a2c2c37718..826792059e 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -76,8 +76,8 @@ class ShowstreamAction extends StreamAction { common_element('link', array('rel' => 'meta', 'href' => common_local_url('foaf', array('nickname' => $user->nickname)), - 'type' => 'application/rdr+xml', - 'title' => 'FOAF'); + 'type' => 'application/rdf+xml', + 'title' => 'FOAF')); # for remote subscriptions etc. common_element('meta', array('http-equiv' => 'X-XRDS-Location', 'content' => common_local_url('xrds', array('nickname' =>