I have a piece of code this is not aligning correctly in the source...
If the function it looks like this...
return "d.add(".$idx.",".$pid.",'".$name."','".$wurl."','".$title."','',".$icon."');\r\n";
the output has the first line correctly indented in the source...
The next line shifts left and starts in the 1st character position..
How can I make all the lines properly indented like the first???