1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-01 01:18:22 +01:00

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()),