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 @@
=sprintf(_('Library description, %s, %s'), $seminary['course'], $seminary['title'])?>
=sprintf(_('Total progress: %d %%'), ($totalQuestcount > 0) ? $numberFormatter->format(round($totalCharacterQuestcount/$totalQuestcount*100)) : 0) ?>
+=sprintf(_('Total progress: %d %%'), ($totalQuestcount > 0) ? round($totalCharacterQuestcount/$totalQuestcount*100) : 0) ?>