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:
parent
f2cec9f973
commit
6ab2db6d4d
1 changed files with 1 additions and 1 deletions
|
@ -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()),
|
||||
|
|
Loading…
Add table
Reference in a new issue