HELP! How to add newline (\n) in ocMod file
Posted: Tue Jun 23, 2015 11:03 pm
i am trying to add
but in modified files it will be
Am I missing something? Could somebody help?
Code: Select all
<add position="before">
<![CDATA[
...
$string = "\n";
...
]]>
</add>
Code: Select all
$string = "n";