mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-10 21:24:15 +00:00
fix typo in detail.html
This commit is contained in:
parent
6359ab73a7
commit
3f1a54ea59
@ -69,7 +69,7 @@
|
||||
{% if c.datatype == 'rating' %}
|
||||
{{ '%d' % (column.value / 2) }}
|
||||
{% else %}
|
||||
{{ '%d' % (column.value / 2) }}
|
||||
{{ column.value }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<br />
|
||||
|
Loading…
Reference in New Issue
Block a user