diff options
author | Astrid Malo <kess@apache.org> | 2003-01-08 21:01:26 +0100 |
---|---|---|
committer | Astrid Malo <kess@apache.org> | 2003-01-08 21:01:26 +0100 |
commit | 6671b9d4f17bedc270f12e7c72d0f2f41ab2e647 (patch) | |
tree | ba588895a88277cb464aa82494a53544a0de7d13 /docs/manual/style/xsl/synopsis.xsl | |
parent | Fix win32 compile break due to file name changes in apr/include/arch/win32 (diff) | |
download | apache2-6671b9d4f17bedc270f12e7c72d0f2f41ab2e647.tar.xz apache2-6671b9d4f17bedc270f12e7c72d0f2f41ab2e647.zip |
respect inline tags within <compatibility>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98206 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style/xsl/synopsis.xsl')
-rw-r--r-- | docs/manual/style/xsl/synopsis.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/style/xsl/synopsis.xsl b/docs/manual/style/xsl/synopsis.xsl index e77ec5eb11..f3aa9dcdea 100644 --- a/docs/manual/style/xsl/synopsis.xsl +++ b/docs/manual/style/xsl/synopsis.xsl @@ -506,7 +506,7 @@ </a> </th> <td> - <xsl:value-of select="compatibility"/> + <xsl:apply-templates select="compatibility"/> </td> </tr> </xsl:if> |