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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user