From 690ce8d8e270f9bc9c823bc3341bfc01d3835aee Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 4 Oct 2008 08:53:29 +0000 Subject: [PATCH] Fix :bmarks formatting --- content/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/ui.js b/content/ui.js index 86139130..8019e7d6 100644 --- a/content/ui.js +++ b/content/ui.js @@ -225,6 +225,7 @@ liberator.CommandLine = function () //{{{ if (outputContainer.collapsed) doc.body.innerHTML = ""; + XML.prettyPrinting = false; doc.body.appendChild(liberator.util.xmlToDom(output, doc)); var availableHeight = 250;