From 9bd31b71e9a1dbad0b4ba7c1984a3be7cc935da7 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 18 Aug 2011 02:58:39 -0400 Subject: [PATCH] Closes issue #635. --- common/content/mow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/mow.js b/common/content/mow.js index 391feeaf..8fdd65c6 100644 --- a/common/content/mow.js +++ b/common/content/mow.js @@ -152,7 +152,7 @@ var MOW = Module("mow", { let str = typeof data !== "xml" && data.message || data; if (!silent) - dactyl.triggerObserver("echoMultiline", data, highlightGroup, output); + dactyl.triggerObserver("echoMultiline", data, highlightGroup, output[0]); this._timer.tell(); if (!this.visible)