From d8a8ac2cbbb85eff87ead9c1b77b3f5ff175eef1 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 22 Jan 2016 12:23:21 -0500 Subject: [PATCH] updates to templates to not send in html in language key params see: nodebb/nodebb@99315e1 --- templates/partials/posts_list.tpl | 2 +- templates/partials/topic/post-editor.tpl | 2 +- templates/partials/topic/post.tpl | 2 +- templates/search.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 @@ - \ No newline at end of file + \ 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 @@ - + 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}]]