Author: thorsten
Date: Tue Feb 19 01:02:02 2008
New Revision: 629032
URL: http://svn.apache.org/viewvc?rev=629032&view=rev
Log:
white noise - formating changes
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/page-footer-numbering.ft
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/page-footer-numbering.ft
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/page-footer-numbering.ft?rev=629032&r1=629031&r2=629032&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/page-footer-numbering.ft
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/page-footer-numbering.ft
Tue Feb 19 01:02:02 2008
@@ -65,8 +65,7 @@
<xsl:if
test="not($skip-first-page-numbering)">
<xsl:call-template name="insertPageNumber">
- <xsl:with-param name="text-align">
- start</xsl:with-param>
+ <xsl:with-param name="text-align">start</xsl:with-param>
</xsl:call-template>
</xsl:if>
</fo:static-content>
@@ -76,8 +75,7 @@
<xsl:apply-templates select="footer"/>
</fo:block>
<xsl:call-template name="insertPageNumber">
- <xsl:with-param name="text-align">
- end</xsl:with-param>
+ <xsl:with-param name="text-align">end</xsl:with-param>
</xsl:call-template>
</fo:static-content>
<fo:static-content flow-name="odd-footer">
@@ -86,8 +84,7 @@
<xsl:apply-templates select="footer"/>
</fo:block>
<xsl:call-template name="insertPageNumber">
- <xsl:with-param name="text-align">
- start</xsl:with-param>
+ <xsl:with-param name="text-align">start</xsl:with-param>
</xsl:call-template>
</fo:static-content>
</forrest:part>