diff options
author | William Victor Mote <vmote@apache.org> | 2002-11-29 23:18:59 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2002-11-29 23:18:59 +0000 |
commit | 0438236a2c06687ddf27e63b2e020b3014dcc463 (patch) | |
tree | 1cda14fd91a2e97be7490b1994b88d2f5eda15bf /src/codegen/propmaker.xsl | |
parent | dbd6d2d0a69d1cab2b30efc4680177c350efc473 (diff) | |
download | xmlgraphics-fop-0438236a2c06687ddf27e63b2e020b3014dcc463.tar.gz xmlgraphics-fop-0438236a2c06687ddf27e63b2e020b3014dcc463.zip |
white-space and line-ending fixes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195677 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/codegen/propmaker.xsl')
-rw-r--r-- | src/codegen/propmaker.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen/propmaker.xsl b/src/codegen/propmaker.xsl index 549693b14..88eb04d04 100644 --- a/src/codegen/propmaker.xsl +++ b/src/codegen/propmaker.xsl @@ -21,7 +21,7 @@ <xsl:template match="*//attribute"> <property> - <name><xsl:apply-templates/></name> + <name><xsl:apply-templates/></name> <use-generic ispropclass="true">SVGStringProperty</use-generic> </property> </xsl:template> |