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

Fix spacing in :bmarks.

This commit is contained in:
Kris Maglione
2008-10-01 14:13:37 +00:00
parent 51c2ca313d
commit 511162bd82

View File

@@ -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(<>&#160;</>))
}) })
</span> </span>
: "" : ""