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

Fix some brokenness.

This commit is contained in:
Kris Maglione
2008-10-01 13:45:08 +00:00
parent 4f717c5263
commit fa7a2f738c
2 changed files with 5 additions and 5 deletions

View File

@@ -1332,7 +1332,7 @@ liberator.Buffer = function () //{{{
(item.extra && item.extra.length) ?
<span style="color: gray;">
({
[<>{e[0]}: <span color={e[2]}>{e[1]}</span></>
[<>{e[0]}: <span style={"color: " + e[2]}>{e[1]}</span></>
for each (e in item.extra)].reduce(this.add, <></>)
})
</span>