diff --git a/lib/room.coffee b/lib/room.coffee index 8155ecf..7660388 100644 --- a/lib/room.coffee +++ b/lib/room.coffee @@ -180,8 +180,7 @@ class SaletRoom system.view.write(output) replacer: (ref) -> content = that.writers[ref].fcall(that, system, action) - output = ""+content+"" #

tags are usually bad for replacers - system.view.replace(output, '#'+ref) + system.view.replace(content, '#'+ref) inserter: (ref) -> content = that.writers[ref].fcall(that, system, action) output = markdown(content)