From 24c528c2f9c1a6d09bef4a8e7a8ad17190534d28 Mon Sep 17 00:00:00 2001
From: Tristan Cavelier <tristan.cavelier@nexedi.com>
Date: Thu, 10 Dec 2015 14:11:25 +0000
Subject: [PATCH] erp5_xhtml_style: fix XML newline

---
 .../SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml
index d3afaff2b2..6b55a87086 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml
@@ -319,7 +319,7 @@ var rewriteIndentedSelect = function() {\n
           $(this).html(text.replace(/^(&nbsp;)+/, ""));\n
           $(this).css("paddingLeft", level+"em");\n
         }\n
-        return true;
+        return true;\n
       });\n
     });\n
 };\n
-- 
2.30.9