diff options
Diffstat (limited to 'src/documentation/resources/stylesheets/compliance2html.xsl')
-rw-r--r-- | src/documentation/resources/stylesheets/compliance2html.xsl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/documentation/resources/stylesheets/compliance2html.xsl b/src/documentation/resources/stylesheets/compliance2html.xsl index 5fc6ae0be..3f6ace570 100644 --- a/src/documentation/resources/stylesheets/compliance2html.xsl +++ b/src/documentation/resources/stylesheets/compliance2html.xsl @@ -268,7 +268,7 @@ </a> </xsl:when> <xsl:otherwise> - <xsl:text>&nbsp;</xsl:text> + <xsl:value-of select="string(' ')"/> </xsl:otherwise> </xsl:choose> </td> @@ -308,7 +308,7 @@ <xsl:value-of select="@comply"/> </xsl:when> <xsl:otherwise> - <xsl:text>&nbsp;</xsl:text> + <xsl:value-of select="string(' ')"/> </xsl:otherwise> </xsl:choose> </td> @@ -348,7 +348,7 @@ <xsl:value-of select="@comply"/> </xsl:when> <xsl:otherwise> - <xsl:text>&nbsp;</xsl:text> + <xsl:value-of select="string(' ')"/> </xsl:otherwise> </xsl:choose> </td> @@ -388,7 +388,7 @@ <xsl:value-of select="@comply"/> </xsl:when> <xsl:otherwise> - <xsl:text>&nbsp;</xsl:text> + <xsl:value-of select="string(' ')"/> </xsl:otherwise> </xsl:choose> </td> @@ -406,7 +406,7 @@ </xsl:when> <xsl:otherwise> <td align="center"> - <xsl:text>&nbsp;</xsl:text> + <xsl:value-of select="string(' ')"/> </td> </xsl:otherwise> </xsl:choose> |