mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-28 20:25:46 +01:00
Fix non-breaking space in :bmarks
This commit is contained in:
@@ -129,7 +129,7 @@ const template = {
|
|||||||
({
|
({
|
||||||
template.map(item.extra, function (e)
|
template.map(item.extra, function (e)
|
||||||
<>{e[0]}: <span class={e[2]}>{e[1]}</span></>,
|
<>{e[0]}: <span class={e[2]}>{e[1]}</span></>,
|
||||||
<![CDATA[\u00a0]]>/* Non-breaking space */)
|
<> </>/* Non-breaking space */)
|
||||||
})
|
})
|
||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user