JCSama / CodeIgniter-develbar

CodeIgniter Developer Toolbar is a third party library based on Profiler Library with additional functionality for debugging and optimisation, Database, Models, Helpers, Libraries, Views, Ajax...
MIT License
176 stars 57 forks source link

Breaking view when adding config data #2

Closed Cedric-ruiu closed 9 years ago

Cedric-ruiu commented 9 years ago

In my config files, if i add $config['foobar'] = '<li>'; the develbar view is breaking. <li> seems to be the problem. (the green squares are from me) develbar-bugview

JCSama commented 9 years ago

Hi Cedric, thank you for reporting this issue, and sorry for the delay.