Well, its nothing seriouse. Just something that bugs me.
If you have a code like this.
It will show up like this in the source.
In what file can I edit so that wont happend? I guess there is like \n\r at the end of that line or something.
If you have a code like this.
Code:
<div class="blah"> <if condition="$show['inlinemod']"> Blah <else /> Blah blah </if> </div>
Code:
<div class="blah"> Blah </div>
Comment