From 26ce592b1a43b76b8840c864adc6bb381632b280 Mon Sep 17 00:00:00 2001
From: "tcharlss@bravecassine.com" <>
Date: Sat, 11 Feb 2017 18:40:32 +0000
Subject: [PATCH] =?UTF-8?q?S'assurer=20de=20n'afficher=20qu'un=20chiffre?=
 =?UTF-8?q?=20apr=C3=A8s=20la=20virgule=20pour=20la=20r=C3=A9solution=20(m?=
 =?UTF-8?q?arcimat).=20Cf.=20https://bugs.php.net/bug.php=3Fid=3D5500?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 modeles/document_desc.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modeles/document_desc.html b/modeles/document_desc.html
index 308d4cf7..4529892d 100644
--- a/modeles/document_desc.html
+++ b/modeles/document_desc.html
@@ -47,7 +47,7 @@ Distribue sous licence GPL
 						</tr>
 						<tr>
 							<th><:medias:info_resolution_image:></th>
-							<td>[(#VAL{medias:info_resolution_mpx}|_T{#ARRAY{resolution,#LARGEUR|mult{#HAUTEUR}|div{1000000}|round{1}}})]</td>
+							<td>[(#VAL{medias:info_resolution_mpx}|_T{#ARRAY{resolution,#LARGEUR|mult{#HAUTEUR}|div{1000000}|round{1}|number_format{1}}})]</td>
 						</tr>
 						]
 						<tr>
-- 
GitLab