JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
wrap lines in <code>s not <divs>
[watch-my-terminal.git] / client.coffee
index 282b742..b69dad1 100644 (file)
@@ -101,7 +101,7 @@ $ ->
                if term.cursor_visible
                        term.attributes[term.y][cursor_x] ^= 0x080000
                for i in [0...term.text.length]
-                       div = $('<div>')
+                       div = $('<code>')
                        txt = ''
                        a = 0x000007
                        for j in [0...term.text[i].length]