Changeset 2e1c1c3 for BLFS/xsl


Ignore:
Timestamp:
01/13/2018 09:08:56 AM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
d2a7ec8
Parents:
dc7fd7b
Message:

Remove spaces at the end of lines

Location:
BLFS/xsl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/gen_pkg_list.xsl

    rdc7fd7b r2e1c1c3  
    195195                                                         '123456789',
    196196                                                         '000000000'),
    197                                                 '-0')   
     197                                                '-0')
    198198                                      ]"
    199199            mode="normal">
  • BLFS/xsl/make_book.xsl

    rdc7fd7b r2e1c1c3  
    152152            <xsl:choose>
    153153              <xsl:when test="@linkend='bootscripts' or
    154                               @linkend='systemd-units'"> 
     154                              @linkend='systemd-units'">
    155155                <xsl:copy-of select="."/>
    156               </xsl:when> 
     156              </xsl:when>
    157157              <xsl:otherwise>
    158158                <xsl:value-of select="@linkend"/> (in full book)
     
    293293
    294294<!-- The case of depdendencies of perl modules. Same treatment
    295      as for perl modules. Just easier because always perl standard --> 
     295     as for perl modules. Just easier because always perl standard -->
    296296  <xsl:template match="para">
    297297    <xsl:element name="sect1">
Note: See TracChangeset for help on using the changeset viewer.