02-08-2011, 05:55 PM
[eluser]Jeromy[/eluser]
I've noticed that in outputting my markup, Codeigniter is also outputting all of the tabs I use for indentation in my code. This results in a large amount of extra whitespace in my markup. I use notepad++ as my coding environment, and the extra whitespaces are output the same in the source in all browsers.
I found in the core where \n and \r are dealt with, but is there a place where \t is dealt with? It doesn't affect the performance of my code, it just looks like crap.
And it's all about the looks right?
Thanks in advance.
Jeromy
I've noticed that in outputting my markup, Codeigniter is also outputting all of the tabs I use for indentation in my code. This results in a large amount of extra whitespace in my markup. I use notepad++ as my coding environment, and the extra whitespaces are output the same in the source in all browsers.
I found in the core where \n and \r are dealt with, but is there a place where \t is dealt with? It doesn't affect the performance of my code, it just looks like crap.
And it's all about the looks right?
Thanks in advance.
Jeromy