1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-19 02:35:46 +01:00

Add -max argument to :bmarks. Fix :bmarks extra highlighting.

This commit is contained in:
Kris Maglione
2008-11-28 18:26:44 +00:00
parent 81802a2876
commit 4c914e9907
4 changed files with 58 additions and 59 deletions

View File

@@ -70,7 +70,7 @@ const template = {
<span class="extra-info">
({
template.map(extra, function (e)
<>{e[0]}: <span class={e[2]}>{e[1]}</span></>,
<>{e[0]}: <span highlight={e[2]}>{e[1]}</span></>,
<>&#xa0;</>/* Non-breaking space */)
})
</span>