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

Fix non-breaking space in :bmarks

This commit is contained in:
Kris Maglione
2008-10-15 20:26:22 +00:00
parent d7872c54f2
commit 4a6efeea1e

View File

@@ -129,7 +129,7 @@ const template = {
({
template.map(item.extra, function (e)
<>{e[0]}: <span class={e[2]}>{e[1]}</span></>,
<![CDATA[\u00a0]]>/* Non-breaking space */)
<>&#xa0;</>/* Non-breaking space */)
})
</span>
}