1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:52:25 +01:00
This commit is contained in:
Kris Maglione
2008-11-26 05:47:02 +00:00
parent b38fff6137
commit 988e88268e
3 changed files with 16 additions and 23 deletions

View File

@@ -49,6 +49,10 @@ const template = {
}
return <div class={class || "hl-CompItem"}>
<!-- The non-breaking spaces prevent empty elements
- from pushing the baseline down and enlarging
- the row.
-->
<li class="hl-CompResult">{text}&#160;</li>
<li class="hl-CompDesc">{desc}&#160;</li>
</div>;