diff --git a/templates/gallery.pug b/templates/gallery.pug
index 0604e24..ccc2d1d 100644
--- a/templates/gallery.pug
+++ b/templates/gallery.pug
@@ -14,7 +14,7 @@ mixin commentbox(comment)
a(class='author-name', title='View profile of '+comment.account.username, href='/user/'+comment.account.username) #{comment.account.username}
span(class="date", title=comment.created_at)
span(class="delimiter") •
- span #{comment.created_at} via #{comment.platform}
+ span #{comment.created_at} via #{comment.platform}
div(class='GalleryComment-body')
span(class='Linkify')
| !{util.linkify(comment.comment)}