瀏覽代碼

Comment fix.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/new-xsl@8105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 年之前
父節點
當前提交
dcd6f70e8e
共有 1 個文件被更改,包括 2 次插入2 次删除
  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">