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) ?>