diff options
author | William Victor Mote <vmote@apache.org> | 2003-07-24 15:30:02 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-07-24 15:30:02 +0000 |
commit | e71c84bd6a1c2abddf09490666860a2cdd3af69d (patch) | |
tree | 3df9587be08a09258633ed4f40fbc2682e800311 /src/documentation/resources | |
parent | f433d13b2ba602cd96040b9855fa03b5c5c40d7c (diff) | |
download | xmlgraphics-fop-e71c84bd6a1c2abddf09490666860a2cdd3af69d.tar.gz xmlgraphics-fop-e71c84bd6a1c2abddf09490666860a2cdd3af69d.zip |
change "." table content placeholders to
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196740 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/resources')
-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 9a59199e6..96af8b6a6 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>.</xsl:text> + <xsl:text> </xsl:text> </xsl:otherwise> </xsl:choose> </td> @@ -308,7 +308,7 @@ <xsl:value-of select="@comply"/> </xsl:when> <xsl:otherwise> - <xsl:text>.</xsl:text> + <xsl:text> </xsl:text> </xsl:otherwise> </xsl:choose> </td> @@ -348,7 +348,7 @@ <xsl:value-of select="@comply"/> </xsl:when> <xsl:otherwise> - <xsl:text>.</xsl:text> + <xsl:text> </xsl:text> </xsl:otherwise> </xsl:choose> </td> @@ -388,7 +388,7 @@ <xsl:value-of select="@comply"/> </xsl:when> <xsl:otherwise> - <xsl:text>.</xsl:text> + <xsl:text> </xsl:text> </xsl:otherwise> </xsl:choose> </td> @@ -406,7 +406,7 @@ </xsl:when> <xsl:otherwise> <td align="center"> - <xsl:text>.</xsl:text> + <xsl:text> </xsl:text> </td> </xsl:otherwise> </xsl:choose> |