Fix an extra %s in BlogFeedController

Summary: Fished this out of the secure.phabricator.com error log. Introduced in D4869.

Test Plan: Eyeballed it.

Reviewers: chad, vrana

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D5199
This commit is contained in:
epriestley
2013-03-03 13:57:59 -08:00
parent 74f6c75ae7
commit 92c4dfdfb1

View File

@@ -70,7 +70,7 @@ final class PhameBlogFeedController extends PhameController {
'/phame/post/view/'.$post->getID().'/'));
$content[] = hsprintf(
'<author><name>%s</name>%s</author>',
'<author><name>%s</name></author>',
$bloggers[$post->getBloggerPHID()]->getFullName());
$content[] = phutil_tag(