mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:52:26 +01:00
Fix spacing in :bmarks.
This commit is contained in:
@@ -1300,6 +1300,7 @@ liberator.Buffer = function () //{{{
|
|||||||
template:
|
template:
|
||||||
{
|
{
|
||||||
add: function (a, b) a + b,
|
add: function (a, b) a + b,
|
||||||
|
join: function (c) function (a, b) a + c + b,
|
||||||
maybeXML: function (xml)
|
maybeXML: function (xml)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
@@ -1333,7 +1334,7 @@ liberator.Buffer = function () //{{{
|
|||||||
<span style="color: gray;">
|
<span style="color: gray;">
|
||||||
({
|
({
|
||||||
[<>{e[0]}: <span style={"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, <></>)
|
for each (e in item.extra)].reduce(this.join(<> </>))
|
||||||
})
|
})
|
||||||
</span>
|
</span>
|
||||||
: ""
|
: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user