From 80bced4f560047874515536979e3cba1e519e147 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Wed, 16 Oct 2013 21:20:26 +0300 Subject: Rounding error on time change When we convert time in seconds to mm:ss format, we do not want to round but get floor instead. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- xslt/commonTemplates.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xslt') diff --git a/xslt/commonTemplates.xsl b/xslt/commonTemplates.xsl index 955cf8250..5c3da408b 100644 --- a/xslt/commonTemplates.xsl +++ b/xslt/commonTemplates.xsl @@ -107,7 +107,7 @@ - +