codegram / rack-webconsole

Rack-based interactive console (à la Rails console) for your web application's front-end
http://codegram.github.com/rack-webconsole
250 stars 50 forks source link

Wrong closing tag #32

Closed ramen closed 13 years ago

ramen commented 13 years ago

Line 12 of webconsole.html has a closing div tag that should be a closing span tag:

https://github.com/codegram/rack-webconsole/blob/master/public/webconsole.html#L12

txus commented 13 years ago

thanks!