diff --git a/cps/templates/detail.html b/cps/templates/detail.html
index 3fa85b52..b6d5018b 100644
--- a/cps/templates/detail.html
+++ b/cps/templates/detail.html
@@ -69,7 +69,7 @@
{% if c.datatype == 'rating' %}
{{ '%d' % (column.value / 2) }}
{% else %}
- {{ '%d' % (column.value / 2) }}
+ {{ column.value }}
{% endif %}
{% endfor %}