]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
changed justified to justify so it doesn't complain
authorKeiron Liddle <keiron@apache.org>
Mon, 24 Jul 2000 06:24:14 +0000 (06:24 +0000)
committerKeiron Liddle <keiron@apache.org>
Mon, 24 Jul 2000 06:24:14 +0000 (06:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193553 13f79535-47bb-0310-9956-ffa450edef68

docs/examples/svg/Document.xsl

index 6bb2029ee30685338cb4d88c1861374d551d67c7..8ac2ab0d670926215fa614b38fd71789dc1f7429 100644 (file)
        </xsl:template>
 
        <xsl:template match="p">
-               <fo:block start-indent="5pt" font-size="10pt" line-height="11pt"  text-align="justified" space-before.optimum="4pt">
+               <fo:block start-indent="5pt" font-size="10pt" line-height="11pt"  text-align="justify" space-before.optimum="4pt">
                        <xsl:apply-templates/>
                </fo:block>
        </xsl:template>