Changeset 7cfc3542


Ignore:
Timestamp:
Apr 23, 2011, 9:40:37 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
b0b1a3c1
Parents:
df3bd25
Message:

Somehow I got the tags backwards for screen and userinput. After all this time, go figure. Correcting that now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/clfs-profile.xsl

    rdf3bd25 r7cfc3542  
    638638      <xsl:if test="(string-length(@c:multilib) = 0) or contains(concat(',',@c:multilib,','), concat(',', $ismultilib, ','))">
    639639        <xsl:if test="(string-length(@c:bits) = 0) or contains(concat(',',@c:bits,','), ',32,')">
    640           <xsl:element name="userinput">
     640          <xsl:element name="screen">
    641641            <xsl:if test="@c:nodump = 'true'">
    642642              <xsl:attribute name="role">
     
    644644              </xsl:attribute>
    645645            </xsl:if>
    646             <xsl:element name="screen">
     646            <xsl:element name="userinput">
    647647              <xsl:apply-templates select="node()" mode="filter-bits-32" />
    648648            </xsl:element>
     
    874874      <xsl:if test="(string-length(@c:multilib) = 0) or contains(concat(',',@c:multilib,','), concat(',', $ismultilib, ','))">
    875875        <xsl:if test="(string-length(@c:bits) = 0) or contains(concat(',',@c:bits,','), ',n32,')">
    876           <xsl:element name="userinput">
     876          <xsl:element name="screen">
    877877            <xsl:if test="@c:nodump = 'true'">
    878878              <xsl:attribute name="role">
     
    880880              </xsl:attribute>
    881881            </xsl:if>
    882             <xsl:element name="screen">
     882            <xsl:element name="userinput">
    883883              <xsl:apply-templates select="node()" mode="filter-bits-n32" />
    884884            </xsl:element>
     
    11101110      <xsl:if test="(string-length(@c:multilib) = 0) or contains(concat(',',@c:multilib,','), concat(',', $ismultilib, ','))">
    11111111        <xsl:if test="(string-length(@c:bits) = 0) or contains(concat(',',@c:bits,','), ',64,')">
    1112           <xsl:element name="userinput">
     1112          <xsl:element name="screen">
    11131113            <xsl:if test="@c:nodump = 'true'">
    11141114              <xsl:attribute name="role">
     
    11161116              </xsl:attribute>
    11171117            </xsl:if>
    1118             <xsl:element name="screen">
     1118            <xsl:element name="userinput">
    11191119              <xsl:apply-templates select="node()" mode="filter-bits-64" />
    11201120            </xsl:element>
Note: See TracChangeset for help on using the changeset viewer.