Welcome Guest, Not a member yet? Register   Sign In
Using parser->parse();
#1

[eluser]staJr[/eluser]
I all,
I'm new to CI and I'm really happy !!

Wondering something :
I'm using the parser and in a view file I have something like : {foo} <p>{foofoo}</p> {/foo}
The parser is working perfectyl and it output in the view file the correct data.

But !

When I take a look in my source code (using chrome) I see the <p>...</p> but foreach, after the closing tag, I have a withespace then a new line, then the next <p>...</p>, then a withespace, then a new line ...

Like :

Code:
<p>...</p>whitespace (bad)
new line (bad)
Code:
<p>...</p>whitespace (bad)

Any idea ?

Thanxs.

J.


Messages In This Thread
Using parser->parse(); - by El Forum - 07-15-2011, 06:38 PM
Using parser->parse(); - by El Forum - 07-16-2011, 10:04 PM
Using parser->parse(); - by El Forum - 07-17-2011, 05:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB