* fix division by zero
* cleanup required directories, check configured data directory, do not check for freetype support
* bump version number
This commit is contained in:
Kevin Papst
2021-09-24 14:47:40 +02:00
committed by GitHub
parent d026460106
commit 204e0bc179
5 changed files with 27 additions and 43 deletions

View File

@@ -119,7 +119,7 @@
<td class="text-nowrap text-right">{{ percentReached|number_format(2) }}%</td>
</tr>
{% set percentReached = 0 %}
{% if stats.rate > 0 %}
{% if stats.rateBillable > 0 %}
{% set percentReached = (stats.internalRate / (stats.rateBillable / 100)) %}
{% endif %}
<tr>