Procházet zdrojové kódy

Comment fix.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/new-xsl@8105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia před 18 roky
rodič
revize
dcd6f70e8e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      pdf/lfs-mixed.xsl

+ 2 - 2
pdf/lfs-mixed.xsl

@@ -384,12 +384,12 @@
   </xsl:attribute-set>
 
     <!-- revhistory/revision mode titlepage.mode:
-           Removed authorinitials and author. -->
+           Removed authorinitials | author support placing
+           revremark | revdescription instead on that table-cell. -->
     <!-- The original template is in {docbook-xsl}/fo/titlepage.xsl -->
   <xsl:template match="revhistory/revision" mode="titlepage.mode">
     <xsl:variable name="revnumber" select="revnumber"/>
     <xsl:variable name="revdate"   select="date"/>
-    <xsl:variable name="revauthor" select="authorinitials|author"/>
     <xsl:variable name="revremark" select="revremark|revdescription"/>
     <fo:table-row>
       <fo:table-cell xsl:use-attribute-sets="revhistory.table.cell.properties">