vladikoff / grunt-devtools

🛠 Grunt Task Runner Extension for Chrome Developer Tools
http://gruntjs.com/
MIT License
1k stars 73 forks source link

Escape HTML chars #5

Closed OliverJAsh closed 11 years ago

OliverJAsh commented 11 years ago

The console should escape/HTML encode special characters. If I have some HTML output in the console, the Dev Tools will actually render this.

I haven't tested this but it should work and it gives you the idea.

vladikoff commented 11 years ago

Thanks for the PR, I found this bug earlier this week, but haven't pushed the fix yet. Will do ASAP

vladikoff commented 11 years ago

Fixed in 0.1.0.7. Thanks again for reporting this issue!