1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 01:05:48 +01:00
This commit is contained in:
Kris Maglione
2012-04-20 12:52:29 -04:00
parent 17cb6a8993
commit ec8ffc7405
3 changed files with 16 additions and 13 deletions

View File

@@ -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}&#xa0;</li>