Author: thorsten
Date: Mon Feb 18 09:56:51 2008
New Revision: 628835
URL: http://svn.apache.org/viewvc?rev=628835&view=rev
Log:
Fixing missing variable error
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/content-main.ft
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/content-main.ft
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/content-main.ft?rev=628835&r1=628834&r2=628835&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/content-main.ft
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/content-main.ft
Mon Feb 18 09:56:51 2008
@@ -63,6 +63,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
<xsl:param name="config"/>
+ <xsl:param name="defaultVariables" select="'test.html'"/>
<!-- left, justify, right -->
<xsl:variable name="text-align"
select="string($config/page/@text-align)"/>
<!-- print URL of external links -->