You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "D Soa (JIRA)" <ji...@apache.org> on 2015/05/27 23:13:44 UTC

[jira] [Created] (WODEN-240) wsdl-viewer nit: no space between words

D Soa created WODEN-240:
---------------------------

             Summary: wsdl-viewer nit: no space between words
                 Key: WODEN-240
                 URL: https://issues.apache.org/jira/browse/WODEN-240
             Project: Woden
          Issue Type: Bug
            Reporter: D Soa
            Priority: Minor


Lines 1840 and 1841 should use {noformat}&nbsp;{noformat} since the space is getting lost, resulting in, for example, "ImportedSchema" instead of "Imported Schema".

I.e.,
{noformat}
<xsl:when test="parent::xsd:include">Included&nbsp;</xsl:when>
<xsl:otherwise>Imported&nbsp;</xsl:otherwise>
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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