[Dive4elements-commits] [PATCH 3 of 4] meta-data.xml: Fix test syntax
Wald Commits
scm-commit at wald.intevation.org
Thu May 23 11:15:32 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1369300954 -7200
# Node ID 038e60fdd49a111e52fce60020e1952ce4ddbaf3
# Parent cd8f77794a03d3eaa95b8493a4c80a06ab0350b7
meta-data.xml: Fix test syntax.
diff -r cd8f77794a03 -r 038e60fdd49a artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Thu May 23 11:21:58 2013 +0200
+++ b/artifacts/doc/conf/meta-data.xml Thu May 23 11:22:34 2013 +0200
@@ -2649,7 +2649,7 @@
<dc:for-each>
<dc:variable name="from" type="number" expr="dc:fromValue($ld_m, $ld_l, $ld_f)"/>
<dc:variable name="to" type="number" expr="dc:toValue($ld_m, $ld_l, $ld_t)"/>
- <dc:if test="!(($tokm < $from) or $fromkm > $tokm)">
+ <dc:if test="not (($tokm < $from) or $fromkm > $tokm)">
<dc:macro-body/>
</dc:if>
</dc:for-each>
More information about the Dive4elements-commits
mailing list