OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [website, patch]



I ran across a small typo when generation html-output.
On all slides except toc, copyright is renedered correctly.  For the
toc, the correct template is not called, the following patch fixes
that.

Jochen

--- default.xsl.jh	2004-01-29 17:40:38.000000000 +0100
+++ default.xsl	2004-01-29 17:40:51.000000000 +0100
@@ -201,7 +201,7 @@
         <td align="left" width="80%" valign="top">
           <span class="navfooter">
             <xsl:apply-templates select="/slides/slidesinfo/copyright"
-                                 mode="slides.footer.mode"/>
+                                 mode="slide.footer.mode"/>
           </span>
         </td>
         <td align="right" width="20%" valign="top">

-- 
#include <~/.signature>: permission denied


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]