Mercurial > dive4elements > river
changeset 6071:038e60fdd49a
meta-data.xml: Fix test syntax.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 23 May 2013 11:22:34 +0200 |
parents | cd8f77794a03 |
children | 8320eb8ed8c8 |
files | artifacts/doc/conf/meta-data.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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>