Signed-off-by: Thomas Petazzoni <[email protected]>
---
 www/media/map_rendering_form.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/www/media/map_rendering_form.js b/www/media/map_rendering_form.js
index 210e88a..88c3358 100644
--- a/www/media/map_rendering_form.js
+++ b/www/media/map_rendering_form.js
@@ -120,7 +120,9 @@ function filterAllowedPaper(paperlist)
       paperSizeText = $("label em[class='papersize']", item);
       width_cm = paperDef[1] / 10;
       height_cm = paperDef[2] / 10;
-      paperSizeText.html("(" + width_cm.toFixed(1) + " &times; " + 
height_cm.toFixed(1) + " cm²)");
+      paperSizeText.html("(" +
+                         width_cm.toFixed(1) + " &times; " +
+                         height_cm.toFixed(1) + " cm²)");
     }
   });
 
-- 
1.7.0.4


Reply via email to