This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] [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

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]