It looks as though XRTS is being too aggressive in stripping
whitespace - that leading space really should get preserved without
needing nbsp...

-- Adam


On 7/11/07, Simon Lessard <[EMAIL PROTECTED]> wrote:
Hmmm, I think &nbsp; would be escaped properly by XRTS so we could use them
instead of white spaces?


On 7/11/07, Danny Robinson < [EMAIL PROTECTED]> wrote:
> At build time, it seems that the leading space in the following resource
is getting stripped from the value during the generation of CoreBundle.java
>
> <resource key="af_messages.LIST_FORMAT_private"> -
{0}</resource>
>
> Generated as
>
>    {"af_messages.LIST_FORMAT_private", "- {0}"},
>
> This leads to a missing space between the message anchor and the following
text.
>
> Any ideas?
>
> --
> Chordiant Software Inc.
> www.chordiant.com


Reply via email to