mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:52:26 +01:00
Fix :bmarks formatting
This commit is contained in:
@@ -225,6 +225,7 @@ liberator.CommandLine = function () //{{{
|
|||||||
if (outputContainer.collapsed)
|
if (outputContainer.collapsed)
|
||||||
doc.body.innerHTML = "";
|
doc.body.innerHTML = "";
|
||||||
|
|
||||||
|
XML.prettyPrinting = false;
|
||||||
doc.body.appendChild(liberator.util.xmlToDom(output, doc));
|
doc.body.appendChild(liberator.util.xmlToDom(output, doc));
|
||||||
|
|
||||||
var availableHeight = 250;
|
var availableHeight = 250;
|
||||||
|
|||||||
Reference in New Issue
Block a user