From 55b65fea1a90cbce43260da147d05e0c05a51b73 Mon Sep 17 00:00:00 2001 From: coderkun Date: Mon, 28 Apr 2014 13:59:09 +0200 Subject: [PATCH] do not use NumberFormatter for Library progress --- views/html/library/index.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/html/library/index.tpl b/views/html/library/index.tpl index 4170fffe..8b42b8e9 100644 --- a/views/html/library/index.tpl +++ b/views/html/library/index.tpl @@ -9,7 +9,7 @@

-

0) ? $numberFormatter->format(round($totalCharacterQuestcount/$totalQuestcount*100)) : 0) ?>

+

0) ? round($totalCharacterQuestcount/$totalQuestcount*100) : 0) ?>