Welcome Guest, Not a member yet? Register   Sign In
Some sort of ascii values inbetween added views
#1

[eluser]Unknown[/eluser]
I have noticed when adding multiple views together inbetween each one I get the characters, '' <-- which didn't show up cause they probably looked hostile, but see below:

The following is output from firephp:

Code:
&lt;html&gt;
&lt;head&gt;&lt;/head
&lt;body&gt;

&lt;meta content="text/html; charset=utf-8" http-equiv="Content-Type"&gt;
&lt;title&gt;index&lt;/title&gt;
&lt;base href="http://localhost/site_name/"&gt;
&lt;style type="text/css"&gt;
<div id="container">
<div id="banner">

<div id="highlight_runner">
<div id="left_column">

<div id="footer">Content for id "footer" Goes Here</div>
</div>
&lt;/body&gt;
&lt;/html&gt;


I have done my best to makes sure the everything is set to UTF-8 (that seemed to be a culprit for much of the spurious chars) but no dice.

Wouldn't bother me but the chars seem to put breaks in, so content is moved down and looks like crap.

Have also noticed that (possibly different issue possible related) for some weird reason the &lt;head&gt; tag is showing closed, and all the stuff that is supposed to be inside it isn't, and there is a cheeky &lt;body&gt; tag prior to the meta tag... weird stuff.

Guessing it is a 'I stuffed something up' problem rather than codeigniter (or firephp tells lies).

Any ideas?


Messages In This Thread
Some sort of ascii values inbetween added views - by El Forum - 07-13-2012, 07:12 PM
Some sort of ascii values inbetween added views - by El Forum - 07-13-2012, 07:15 PM
Some sort of ascii values inbetween added views - by El Forum - 07-14-2012, 12:04 AM
Some sort of ascii values inbetween added views - by El Forum - 07-14-2012, 01:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB