From 72dc25a6048982c4083fbed79d1cca1d19c4f187 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sun, 8 Jul 2012 17:59:59 -0400 Subject: [PATCH] exp text bug fix --- views/app/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/views/app/index.html b/views/app/index.html index 4ba2cecd81..48a85f3aa4 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -21,11 +21,12 @@
- {#if _user.history.exp} - - Exp: {round(_user.stats.exp)} / {_tnl} - - {/} + + {#if _user.history.exp} +   + {/} + Exp: {round(_user.stats.exp)} / {_tnl} +