GriZzm0
10-04-2006, 01:26 AM
Well, its nothing seriouse. Just something that bugs me ALOT. :p
If you have a code like this.
<div class="blah">
<if condition="$show['inlinemod']">
Blah
<else />
Blah blah
</if>
</div>
It will show up like this in the source.
<div class="blah">
Blah
</div>
How do I edit so they wont show up as new rows? I guess there is like \n\r or something at the end of the line(s) which parse that info. (adminfunctions_template.php maybe? :p)
If you have a code like this.
<div class="blah">
<if condition="$show['inlinemod']">
Blah
<else />
Blah blah
</if>
</div>
It will show up like this in the source.
<div class="blah">
Blah
</div>
How do I edit so they wont show up as new rows? I guess there is like \n\r or something at the end of the line(s) which parse that info. (adminfunctions_template.php maybe? :p)