Minor, fix an extra period in Phriction.

Auditors: anhnhan
This commit is contained in:
epriestley
2013-03-10 19:48:25 -07:00
parent f2cec9f973
commit 6ab2db6d4d

View File

@@ -132,7 +132,7 @@ final class PhrictionDocumentController
pht('Document Index'));
$byline = hsprintf(
'<div class="phriction-byline">%s.%s</div>',
'<div class="phriction-byline">%s%s</div>',
pht('Last updated %s by %s.',
$when,
$handles[$content->getAuthorPHID()]->renderLink()),