Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Bug 720641 (toolbar): Styling tweaks for firefox
Browse files Browse the repository at this point in the history
- Use &#160; (i.e. nbsp) in place of ' ' because <description> seems to
  remove them when they're next to <label>s
  • Loading branch information
joewalker committed Mar 7, 2012
1 parent a49727f commit 2083cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozilla/gcli/ui/completer.html
Expand Up @@ -4,6 +4,6 @@
<label class="${member.className}">${member.string}</label>
</loop>
<label class="gcli-in-ontab">${tabText}</label>
<label class="gcli-in-todo" foreach="param in ${emptyParameters}"> [<label title="${param.description}" class="gcli-in-param">${param.name}</label>]</label>
<label class="gcli-in-todo" foreach="param in ${emptyParameters}">&#160;[<label title="${param.description}" class="gcli-in-param">${param.name}</label>]</label>

This comment has been minimized.

Copy link
@campd

campd Mar 27, 2012

Can you not just use &nbsp;?

This comment has been minimized.

Copy link
@joewalker

joewalker Mar 28, 2012

Author Member

Not in XHTML

<label class="gcli-in-closebrace" if="${unclosedJs}">}</label>
</description>

0 comments on commit 2083cae

Please sign in to comment.