diff --git a/vimperator/regressions.js b/vimperator/regressions.js
index fd866396..ba8da47f 100644
--- a/vimperator/regressions.js
+++ b/vimperator/regressions.js
@@ -99,7 +99,7 @@ function echoLine(str, group)
if (!doc)
return;
doc.body.appendChild(util.xmlToDom(
-
{str}
,
+ {str}
,
doc));
}
function echoMulti(str, group)
@@ -107,7 +107,7 @@ function echoMulti(str, group)
if (!doc)
return;
doc.body.appendChild(util.xmlToDom({template.maybeXML(str)}
,
doc));
}
@@ -130,6 +130,7 @@ commands.addUserCommand(["regr[essions]"],
liberator.open("chrome://liberator/content/buffer.xhtml", liberator.NEW_TAB);
events.waitForPageLoad();
doc = content.document;
+ doc.body.setAttributeNS(NS.uri, "highlight", "CmdLine");
updateOutputHeight = commandline.updateOutputHeight;
commandline.updateOutputHeight = function (open)