1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:47:59 +01:00

for now i have to disable the tabnumber code, as it breaks *completions* in muttator. Sick, yes, but that's due to:

No chrome package registered for chrome://browser/locale/tabbrowser.dtd
Error: undefined entity
Source File: file:///home/maxauthority/code/muttator/src/content/bindings.xml
Line: 23, Column: 9
Source Code:
        <content chromedir="&locale.dir;"

It might make sense to rip the vimperator only css into a skin/vimperator.css if possible, but not at 3 a.m.
This commit is contained in:
Martin Stubenschrott
2008-11-04 01:51:18 +00:00
parent 20cd16d1eb
commit 1ab7b8a282
2 changed files with 3 additions and 3 deletions

View File

@@ -1382,7 +1382,7 @@ function ItemList(id) //{{{
template.map(util.range(0, maxItems), function (i)
<ul><li class="hl-NonText">~</li></ul>)
}
</div>;
</div>
</div>;
let dom = util.xmlToDom(div, doc);