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:
@@ -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 */)
|
||||
<> </>/* Non-breaking space */)
|
||||
})
|
||||
</span>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user