Author: sjur
Date: Fri Sep 5 00:40:44 2008
New Revision: 692368
URL: http://svn.apache.org/viewvc?rev=692368&view=rev
Log:
Whitespace changes + one description rephrasing.
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/content-abstract.ft
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/content-abstract.ft
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/content-abstract.ft?rev=692368&r1=692367&r2=692368&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/content-abstract.ft
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/fo/content-abstract.ft
Fri Sep 5 00:40:44 2008
@@ -21,7 +21,7 @@
name="content-abstract">
<description>
<p>
- content-abstract will output the abstract of the content.
+ content-abstract will output the abstract of the document.
</p>
</description>
<usage>
@@ -38,8 +38,13 @@
<xsl:template match="/">
<forrest:content>
<forrest:part xpath="/fo/xsl-region-body/title">
- <fo:block font-size="12pt" text-align="center" space-before="20pt"
- space-after="25pt" width="7.5in" font-family="serif"
+ <fo:block
+ font-size="12pt"
+ text-align="center"
+ space-before="20pt"
+ space-after="25pt"
+ width="7.5in"
+ font-family="serif"
font-style="italic">
<xsl:call-template name="insertPageBreaks"/>
<xsl:apply-templates select="//[EMAIL PROTECTED]'abstract']"/>