From 6ab2db6d4d77d719830ebf4df66d9a3ae413b5ba Mon Sep 17 00:00:00 2001
From: epriestley <git@epriestley.com>
Date: Sun, 10 Mar 2013 19:48:25 -0700
Subject: [PATCH] Minor, fix an extra period in Phriction.

Auditors: anhnhan
---
 .../phriction/controller/PhrictionDocumentController.php        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/applications/phriction/controller/PhrictionDocumentController.php b/src/applications/phriction/controller/PhrictionDocumentController.php
index 88671bf4a6..3133ca747e 100644
--- a/src/applications/phriction/controller/PhrictionDocumentController.php
+++ b/src/applications/phriction/controller/PhrictionDocumentController.php
@@ -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()),