]> granicus.if.org Git - docbook-dsssl/commitdiff
Replace tabs with spaces.
authorBob Stayton <bobs@sagehill.net>
Thu, 3 Dec 2009 05:59:45 +0000 (05:59 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 3 Dec 2009 05:59:45 +0000 (05:59 +0000)
xsl/html/inline.xsl

index 2a946cb7a97195a3308d06422f42865a75aa6ce6..045d5a3115d769bd5d0731d3e188b2ad17624baa 100644 (file)
               </xsl:if>
 
               <!-- For URIs, use @xlink:show if defined, otherwise use ulink.target -->
-             <xsl:choose>
-               <xsl:when test="$target.show !=''">
-                 <xsl:attribute name="target">
-                   <xsl:value-of select="$target.show"/>
-                 </xsl:attribute>
-               </xsl:when>
-               <xsl:when test="$ulink.target !=''">
-                 <xsl:attribute name="target">
-                   <xsl:value-of select="$ulink.target"/>
-                 </xsl:attribute>
-               </xsl:when>
-             </xsl:choose>
+              <xsl:choose>
+                <xsl:when test="$target.show !=''">
+                  <xsl:attribute name="target">
+                    <xsl:value-of select="$target.show"/>
+                  </xsl:attribute>
+                </xsl:when>
+                <xsl:when test="$ulink.target !=''">
+                  <xsl:attribute name="target">
+                    <xsl:value-of select="$ulink.target"/>
+                  </xsl:attribute>
+                </xsl:when>
+              </xsl:choose>
               
               <xsl:copy-of select="$content"/>
             </a>