[Dive4elements-commits] [PATCH] Datacage: Another variable access fix

Wald Commits scm-commit at wald.intevation.org
Sat May 25 16:18:48 CEST 2013


# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1369491508 -7200
# Node ID 96b5066ab55eb687250475079e036258360094db
# Parent  c21bfa65394220129bedb526e203ca8b34e830d8
Datacage: Another variable access fix.

diff -r c21bfa653942 -r 96b5066ab55e artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml	Sat May 25 16:11:49 2013 +0200
+++ b/artifacts/doc/conf/meta-data.xml	Sat May 25 16:18:28 2013 +0200
@@ -255,7 +255,7 @@
                     </bedheights>
                   </dc:when>
                   <dc:when test="$out = 'waterlevels'">
-                    <dc:if test="current-state-id != 'state.winfo.uesk.wsp'">
+                    <dc:if test="$current-state-id != 'state.winfo.uesk.wsp'">
                       <dc:call-macro name="basedata_0"/>
                       <dc:call-macro name="basedata_1_additionals"/>
                       <dc:call-macro name="basedata_2_fixations"/>


More information about the Dive4elements-commits mailing list