You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Mark Reynolds (JIRA)" <ta...@jakarta.apache.org> on 2006/04/01 22:53:34 UTC

[jira] Commented: (TAPESTRY-895) White space is stripped between localization directives.

    [ http://issues.apache.org/jira/browse/TAPESTRY-895?page=comments#action_12372798 ] 

Mark Reynolds commented on TAPESTRY-895:
----------------------------------------

This issue has nothing to do with space WITHIN tags.


> White space is stripped between localization directives.
> --------------------------------------------------------
>
>          Key: TAPESTRY-895
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-895
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Mark Reynolds

>
> When two localization directives are separated by white space and the first directive consists of a start-end tag pair, the white space between the directives is removed. This does not occur if the first directive is an empty (self-closing) tag.
> For example, the following template markup:
> <span key="hello-key">Hello</span> <span key="world-key">World</span><br/>
> <span key="hello-key"/> <span key="world-key"/><br/>
> <span key="hello-key">Hello</span> <span key="world-key"/><br/>
> <span key="hello-key"/> <span key="world-key">World</span><br/>
> <span key="hello-key"></span> <span key="world-key"></span><br/>
> Is rendered like this:
> HelloWorld<br/>
> Hello World<br/>
> HelloWorld<br/>
> Hello World<br/>
> HelloWorld<br/>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org