Random Quote in html using codeignitor

Posted by user1503606 on Stack Overflow See other posts from Stack Overflow or by user1503606
Published on 2012-09-20T09:36:27Z Indexed on 2012/09/20 9:37 UTC
Read the original article Hit count: 146

Filed under:
|
|

I am getting random quotes in my html see image below, and i cant for the life of me figure out how to get rid of them i have traced it right back to my model and their are now quotes there, i have also compressed all my code and there is still quotes???

enter image description here

Any one had this bug???

heres my php

<ul><?php foreach ($account_media as $value) : ?><li class="span2"></li>?<?php endforeach; ?></ul>

i am using codeignitor

© Stack Overflow or respective owner

Related posts about html

Related posts about codeigniter