EDIT: Looks like it's CSS, not JS. In case it helps, here's what I'm seeing [1], and here's the code from the message:
* { float: left; display: block }
[1] http://imgur.com/BoZ6lrFEDIT 2: Yup, style tags don't seem to be escaped. Tried changing colors of the room a few times, and it worked:
* { color: green; }
EDIT 3: Issue filed here: https://github.com/HashNuke/mogo-chat/issues/2