diff --git a/templates/partials/posts_list.tpl b/templates/partials/posts_list.tpl
index 93fce17..4b2b1df 100644
--- a/templates/partials/posts_list.tpl
+++ b/templates/partials/posts_list.tpl
@@ -11,7 +11,7 @@
{posts.content}
- [[global:posted_in, {posts.category.name}]]
+ [[global:posted_in, {posts.category.name}]]
diff --git a/templates/partials/topic/post-editor.tpl b/templates/partials/topic/post-editor.tpl
index df96bb8..97669c7 100644
--- a/templates/partials/topic/post-editor.tpl
+++ b/templates/partials/topic/post-editor.tpl
@@ -1 +1 @@
-[[global:last_edited_by_ago, {editor.username}, ]]
\ No newline at end of file
+[[global:last_edited_by, {editor.username}]]
\ No newline at end of file
diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl
index 7d0696e..b102c5f 100644
--- a/templates/partials/topic/post.tpl
+++ b/templates/partials/topic/post.tpl
@@ -27,7 +27,7 @@
- [[global:last_edited_by_ago, {posts.editor.username}, ]]
+ [[global:last_edited_by, {posts.editor.username}]]
diff --git a/templates/search.tpl b/templates/search.tpl
index e40f929..be4d7f4 100644
--- a/templates/search.tpl
+++ b/templates/search.tpl
@@ -165,7 +165,7 @@
{posts.user.icon:text}
- [[global:posted_in_ago,
{posts.category.name},
]]
+
[[global:posted_in, {posts.category.name}]]