[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-370-gda69ec6d2
git at osgeo.org
git at osgeo.org
Mon Sep 11 02:21:00 PDT 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via da69ec6d270d6f08f9aad86fa0e4624db1a13a2b (commit)
from 8f5dd51cb080c3fee7afc683ec9724bc00e296bc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit da69ec6d270d6f08f9aad86fa0e4624db1a13a2b
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Sep 11 11:20:14 2023 +0200
Cleanup the SQL-MM Compliant function list
Reduce details, as done in all other sections
diff --git a/doc/xsl/list_sqlmm_functions.xml.xsl b/doc/xsl/list_sqlmm_functions.xml.xsl
index 93b893e84..74617a051 100644
--- a/doc/xsl/list_sqlmm_functions.xml.xsl
+++ b/doc/xsl/list_sqlmm_functions.xml.xsl
@@ -30,7 +30,7 @@
<xsl:for-each select="refsection">
<xsl:choose>
<xsl:when test="descendant::node()[@conformance='sqlmm']">
- <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /> <xsl:value-of select="." /></simpara></listitem>
+ <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /></simpara></listitem>
</xsl:when>
</xsl:choose>
</xsl:for-each>
-----------------------------------------------------------------------
Summary of changes:
doc/xsl/list_sqlmm_functions.xml.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list