Minor, fix an extra period in Phriction.
Auditors: anhnhan
This commit is contained in:
@@ -132,7 +132,7 @@ final class PhrictionDocumentController
|
|||||||
pht('Document Index'));
|
pht('Document Index'));
|
||||||
|
|
||||||
$byline = hsprintf(
|
$byline = hsprintf(
|
||||||
'<div class="phriction-byline">%s.%s</div>',
|
'<div class="phriction-byline">%s%s</div>',
|
||||||
pht('Last updated %s by %s.',
|
pht('Last updated %s by %s.',
|
||||||
$when,
|
$when,
|
||||||
$handles[$content->getAuthorPHID()]->renderLink()),
|
$handles[$content->getAuthorPHID()]->renderLink()),
|
||||||
|
|||||||
Reference in New Issue
Block a user