Random Quote in html using codeignitor
- by user1503606
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???
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