Commit 24c528c2 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_xhtml_style: fix XML newline

parent 813bf150
...@@ -319,7 +319,7 @@ var rewriteIndentedSelect = function() {\n ...@@ -319,7 +319,7 @@ var rewriteIndentedSelect = function() {\n
$(this).html(text.replace(/^( )+/, ""));\n $(this).html(text.replace(/^( )+/, ""));\n
$(this).css("paddingLeft", level+"em");\n $(this).css("paddingLeft", level+"em");\n
}\n }\n
return true; return true;\n
});\n });\n
});\n });\n
};\n };\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment