Ignore:
Timestamp:
05/09/2008 12:42:27 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2262b78
Parents:
b5b51a2
Message:

Changed all lines with nothing but whitespace to blank lines

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7429 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/graphics.xsl

    rb5b51a2 rfd7e0ed6  
    701701          </xsl:choose>
    702702        </xsl:variable>
    703  
     703
    704704        <xsl:choose>
    705705          <xsl:when test="$units = 'calspair' or                           $units = 'imagemap'">
     
    717717                </xsl:choose>
    718718              </xsl:variable>
    719  
     719
    720720              <xsl:variable name="href">
    721721                <xsl:choose>
     
    728728                </xsl:choose>
    729729              </xsl:variable>
    730  
     730
    731731              <xsl:choose>
    732732                <xsl:when test="$linkends != ''">
     
    741741                    </xsl:choose>
    742742                  </xsl:variable>
    743                  
     743
    744744                  <xsl:variable name="target" select="key('id', $linkend)[1]"/>
    745                  
     745
    746746                  <xsl:if test="$target">
    747747                    <xsl:attribute name="href">
     
    758758                </xsl:when>
    759759              </xsl:choose>
    760  
     760
    761761              <xsl:if test="alt">
    762762                <xsl:attribute name="alt">
     
    764764                </xsl:attribute>
    765765              </xsl:if>
    766  
     766
    767767              <xsl:attribute name="coords">
    768768                <xsl:choose>
     
    771771                    <xsl:variable name="p1" select="substring-before($coords, ' ')"/>
    772772                    <xsl:variable name="p2" select="substring-after($coords, ' ')"/>
    773          
     773
    774774                    <xsl:variable name="x1" select="substring-before($p1,',')"/>
    775775                    <xsl:variable name="y1" select="substring-after($p1,',')"/>
    776776                    <xsl:variable name="x2" select="substring-before($p2,',')"/>
    777777                    <xsl:variable name="y2" select="substring-after($p2,',')"/>
    778          
     778
    779779                    <xsl:variable name="x1p" select="$x1 div 100.0"/>
    780780                    <xsl:variable name="y1p" select="$y1 div 100.0"/>
    781781                    <xsl:variable name="x2p" select="$x2 div 100.0"/>
    782782                    <xsl:variable name="y2p" select="$y2 div 100.0"/>
    783          
     783
    784784         <!--
    785785                    <xsl:message>
     
    792792                      <xsl:value-of select="$y2p"/><xsl:text>, </xsl:text>
    793793                    </xsl:message>
    794          
     794
    795795                    <xsl:message>
    796796                      <xsl:text>      </xsl:text>
     
    799799                      <xsl:value-of select="$intrinsicdepth"/>
    800800                    </xsl:message>
    801          
     801
    802802                    <xsl:message>
    803803                      <xsl:text>      </xsl:text>
     
    10921092      <xsl:apply-templates/>
    10931093    </xsl:when>
    1094    
     1094
    10951095    <xsl:when xmlns:svg="http://www.w3.org/2000/svg" test="svg:*">
    10961096      <xsl:apply-templates/>
Note: See TracChangeset for help on using the changeset viewer.