]> granicus.if.org Git - docbook-dsssl/commitdiff
Use em instead of i for emphasis
authorNorman Walsh <ndw@nwalsh.com>
Sun, 10 Mar 2002 22:17:51 +0000 (22:17 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 10 Mar 2002 22:17:51 +0000 (22:17 +0000)
xsl/html/inline.xsl

index a392b0c21b8b2b8670e740091e49f3b048667dc4..6afed0ac659c458e1262dba652b32735d78a46fc 100644 (file)
             </xsl:choose>
           </xsl:when>
           <xsl:otherwise>
-            <i><xsl:apply-templates/></i>
+            <em><xsl:apply-templates/></em>
           </xsl:otherwise>
         </xsl:choose>
       </xsl:with-param>