mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 01:05:48 +01:00
Fix bug.
This commit is contained in:
@@ -657,6 +657,7 @@ var CompletionContext = Class("CompletionContext", {
|
||||
}
|
||||
catch (e) {
|
||||
util.reportError(e);
|
||||
XML.ignoreWhitespace = XML.prettyPrinting = false;
|
||||
cache[idx] = util.xmlToDom(
|
||||
<div highlight="CompItem" style="white-space: nowrap">
|
||||
<li highlight="CompResult">{this.text} </li>
|
||||
|
||||
Reference in New Issue
Block a user