]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug #505683. Changed <I> to <i> to make output compatible with XHTML.
authorJirka Kosek <jirka@kosek.cz>
Mon, 21 Jan 2002 21:27:23 +0000 (21:27 +0000)
committerJirka Kosek <jirka@kosek.cz>
Mon, 21 Jan 2002 21:27:23 +0000 (21:27 +0000)
xsl/html/biblio.xsl

index cf8f53e81104a4e49eee642ea417aa2acb395bc2..efba264d7cf90671a8d5a7da14f9992ee0160e72 100644 (file)
       <xsl:call-template name="gentext.endquote"/>
     </xsl:when>
     <xsl:otherwise>
-      <I><xsl:apply-templates/></I>
+      <i><xsl:apply-templates/></i>
     </xsl:otherwise>
   </xsl:choose>
   <xsl:value-of select="$biblioentry.item.separator"/>
 
 <xsl:template match="title" mode="bibliography.mode">
   <span class="{name(.)}">
-    <I><xsl:apply-templates mode="bibliography.mode"/></I>
+    <i><xsl:apply-templates mode="bibliography.mode"/></i>
     <xsl:value-of select="$biblioentry.item.separator"/>
   </span>
 </xsl:template>
       <xsl:call-template name="gentext.endquote"/>
     </xsl:when>
     <xsl:otherwise>
-      <I><xsl:apply-templates/></I>
+      <i><xsl:apply-templates/></i>
     </xsl:otherwise>
   </xsl:choose>
 </xsl:template>