From f9e2b5082602f46976cc311fbb151194f7f3564f Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 17 Dec 2013 16:01:08 -0500 Subject: [PATCH] dynamically update user rep in post footer if reputation is increased --- public/templates/topic.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/topic.tpl b/public/templates/topic.tpl index 7802c41524..7c21d1a849 100644 --- a/public/templates/topic.tpl +++ b/public/templates/topic.tpl @@ -109,7 +109,7 @@
- [[topic:reputation]]: {posts.user_rep} | [[topic:posts]]: {posts.user_postcount} + [[topic:reputation]]: {posts.user_rep} | [[topic:posts]]: {posts.user_postcount} {posts.additional_profile_info}