TitleWiki Translate Tag Should Trim Leading Spaces Of First Sentence
Date23-Mar-2005 20:10:29 EET
Version2.1.144
SubmitterMikeTaylor
Bug criticalityJSPWiki:CosmeticBug
Browser versionNot Relevant
Bug statusClosedBug
PageProvider usedNot Relevant
Servlet ContainerNot Relevant
Operating SystemNot Relevant
URLNot Relevant
Java versionNot Relevant

IF someone changes the template file PreviewContent.jsp, and reformats the <wiki:Translate> tags, translation will fail for the first line if the production rule it expects to have applied reuqires that the character start at the beginning of a line.

Example:

    <wiki:Translate>
        <%=pageContext.getAttribute("usertext",PageContext.REQUEST_SCOPE)%>
    </wiki:Translate>

IF the page looks like:

!!! Big heading
!! Little heading

Then translator will actually see:


        !!! Big heading
!! Little heading

I would argue that translate should trim whitespace and blank lines until the first non-whitespace character is encountered. I doubt that anyone will actually lose any whitespace they wanted to keep in this case.

Cheers,

Mike


Fixed in 2.2.19.

Add new attachment

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.
« This page (revision-5) was last changed on 22-Jun-2006 23:32 by Janne Jalkanen