]> granicus.if.org Git - docbook-dsssl/commitdiff
Added "Description" title for refdescription.
authorMauritz Jeanson <mj@johanneberg.com>
Sat, 12 Jul 2008 12:59:46 +0000 (12:59 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Sat, 12 Jul 2008 12:59:46 +0000 (12:59 +0000)
xsl/tools/xsl/build/jref2refsect1.xsl

index 3a528ca1d085de578d7d3ba99d948dd8f4e57b7c..8c601ec4ad7518f7846f51a398033ab753dca37c 100644 (file)
@@ -39,7 +39,7 @@
 
 <xsl:template match="refdescription">
   <refsect1>
-    <title></title>
+    <title>Description</title>
     <xsl:apply-templates/>
   </refsect1>
 </xsl:template>