[postgis-commits] svn - r3039 - trunk/doc/xsl
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Wed Oct 1 14:55:56 PDT 2008
Author: robe
Date: 2008-10-01 14:55:56 -0700 (Wed, 01 Oct 2008)
New Revision: 3039
Modified:
trunk/doc/xsl/postgis_aggs_mm.xml.xsl
Log:
Get rid of excess paragraph in mm compliance section
Modified: trunk/doc/xsl/postgis_aggs_mm.xml.xsl
===================================================================
--- trunk/doc/xsl/postgis_aggs_mm.xml.xsl 2008-10-01 21:53:01 UTC (rev 3038)
+++ trunk/doc/xsl/postgis_aggs_mm.xml.xsl 2008-10-01 21:55:56 UTC (rev 3039)
@@ -57,7 +57,7 @@
<xsl:for-each select="para">
<xsl:choose>
<xsl:when test="contains(.,'implements the SQL/MM')">
- <listitem><para><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /></para><para><xsl:value-of select="." /></para></listitem>
+ <listitem><para><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /> <xsl:value-of select="." /></para></listitem>
</xsl:when>
</xsl:choose>
</xsl:for-each>
More information about the postgis-commits
mailing list