For some reason when I inspect certain pages with Firebug the text is broken
up. The page shows fine, source is fine, just firebug shows something
strange.
 
FIREBUG DISPLAYS:
<p>this is my bio will add m...later</p>
-- OR --
<dd class="colors">\n Red, Blue, ...n, Purple, Black, </dd>
 
BROWSER VIEW:
this is my bio will add more later and this andthat test boring info edit
--OR--
Red, Blue, Green, Purple, Black,
 
VIEW SOURCE:
<p>this is my bio will add more later and this andthat test boring info edit
</p>

--OR--
<dd class="colors">Red, Blue, Green, Purple, Black,</dd>

Ideas why certain text is broke midway with ....?
 
Dave 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to