[Clfs-commits] commit: r4152 - /trunk/BOOK/stylesheets/top-index.xsl

svn at cross-lfs.org svn at cross-lfs.org
Sun Dec 21 17:04:52 PST 2008


Author: jim
Date: Mon Dec 22 01:04:52 2008
New Revision: 4152

Log:
Fixed Authors Page

Modified:
    trunk/BOOK/stylesheets/top-index.xsl

Modified: trunk/BOOK/stylesheets/top-index.xsl
==============================================================================
--- trunk/BOOK/stylesheets/top-index.xsl (original)
+++ trunk/BOOK/stylesheets/top-index.xsl Mon Dec 22 01:04:52 2008
@@ -227,6 +227,11 @@
       <xsl:text> </xsl:text>
       <xsl:value-of select="author[2]/surname"/>
     </h3>
+    <h3 class="author">
+      <xsl:value-of select="author[3]/firstname"/>
+      <xsl:text> </xsl:text>
+      <xsl:value-of select="author[3]/surname"/>
+    </h3>
   </xsl:template>
 
   <xsl:template match="copyright">




More information about the Clfs-commits mailing list