Merge branch '3.7'

This commit is contained in:
Romain Neutron
2013-03-22 15:07:12 +01:00
4 changed files with 80 additions and 4 deletions

View File

@@ -131,7 +131,7 @@
{% set height = record.get_technical_infos(dataH) %}
{% if width and height %}
{% set ratio = width / height %}
{% set ratio = (width / height)|number_format(2, '.') %}
{% else %}
{% set ratio = '' %}
{% endif %}