summaryrefslogtreecommitdiff
path: root/common/content/mow.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/content/mow.js')
-rw-r--r--common/content/mow.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/mow.js b/common/content/mow.js
index 32dbe853..a377e306 100644
--- a/common/content/mow.js
+++ b/common/content/mow.js
@@ -120,7 +120,7 @@ var MOW = Module("mow", {
// after interpolated data.
XML.ignoreWhitespace = XML.prettyPrinting = false;
- highlightGroup = "CommandOutput " + (highlight || "");
+ highlightGroup = "CommandOutput " + (highlightGroup || "");
if (isObject(data) && !isinstance(data, _)) {
this.lastOutput = null;