diff options
author | William Victor Mote <vmote@apache.org> | 2003-07-24 05:39:23 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-07-24 05:39:23 +0000 |
commit | f433d13b2ba602cd96040b9855fa03b5c5c40d7c (patch) | |
tree | 421c46e62a947c9a8ef41b83ef2c0efc038ca991 /src/documentation/resources | |
parent | c0142e5e6141d8310a0a05bd5e4e3e836cd65cf4 (diff) | |
download | xmlgraphics-fop-f433d13b2ba602cd96040b9855fa03b5c5c40d7c.tar.gz xmlgraphics-fop-f433d13b2ba602cd96040b9855fa03b5c5c40d7c.zip |
remove # characters from target <a> elements
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196739 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/resources')
-rw-r--r-- | src/documentation/resources/stylesheets/compliance2html.xsl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/documentation/resources/stylesheets/compliance2html.xsl b/src/documentation/resources/stylesheets/compliance2html.xsl index 139de2a88..9a59199e6 100644 --- a/src/documentation/resources/stylesheets/compliance2html.xsl +++ b/src/documentation/resources/stylesheets/compliance2html.xsl @@ -140,7 +140,6 @@ <xsl:template match="level-1"> <h3> <xsl:variable name="target-level-1"> - <xsl:text>#</xsl:text> <xsl:value-of select="../@ref-name"/> <xsl:text>-</xsl:text> <xsl:value-of select="@ref-name"/> @@ -208,7 +207,6 @@ <tr> <td colspan="6" class="category"> <xsl:variable name="target-level-2"> - <xsl:text>#</xsl:text> <xsl:value-of select="../../@ref-name"/> <xsl:text>-</xsl:text> <xsl:value-of select="../@ref-name"/> @@ -243,7 +241,6 @@ <tr> <td> <xsl:variable name="target-name"> - <xsl:text>#</xsl:text> <xsl:value-of select="../../../@ref-name"/> <xsl:text>-</xsl:text> <xsl:value-of select="../../@ref-name"/> |