1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 14:22:27 +01:00

Fix :bmarks formatting

This commit is contained in:
Kris Maglione
2008-10-04 08:53:29 +00:00
parent ea1db5762f
commit 690ce8d8e2

View File

@@ -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;