1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-25 06:33:17 +00:00

fix typo in detail.html

This commit is contained in:
Cervinko Cera 2016-04-21 14:46:19 +02:00
parent 6359ab73a7
commit 3f1a54ea59

View File

@ -69,7 +69,7 @@
{% if c.datatype == 'rating' %}
{{ '%d' % (column.value / 2) }}
{% else %}
{{ '%d' % (column.value / 2) }}
{{ column.value }}
{% endif %}
{% endfor %}
<br />