diff options
author | Clay Leeds <clay@apache.org> | 2004-11-10 05:43:55 +0000 |
---|---|---|
committer | Clay Leeds <clay@apache.org> | 2004-11-10 05:43:55 +0000 |
commit | f3d822d828e43454839a273b2a63e4218841457f (patch) | |
tree | 414943b4cd05eb487c35144ccd6a2404c42f22e4 /src/documentation/resources | |
parent | 7b2fdae25bacad6ad76c411f9009cc780b7a7da0 (diff) | |
download | xmlgraphics-fop-f3d822d828e43454839a273b2a63e4218841457f.tar.gz xmlgraphics-fop-f3d822d828e43454839a273b2a63e4218841457f.zip |
re-added leading slash in '/compliance' xsl:template match
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198134 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/resources')
-rw-r--r-- | src/documentation/resources/stylesheets/compliance2html.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/resources/stylesheets/compliance2html.xsl b/src/documentation/resources/stylesheets/compliance2html.xsl index 0e6b6bd49..d92153b6d 100644 --- a/src/documentation/resources/stylesheets/compliance2html.xsl +++ b/src/documentation/resources/stylesheets/compliance2html.xsl @@ -20,7 +20,7 @@ <xsl:preserve-space elements="*"/> -<xsl:template match="compliance"> +<xsl:template match="/compliance"> <!-- Forrest/Cocoon will place the output from this stylesheet inside of a larger html document. The output here is all within one <div> tag. --> <div class="content"> |