[PATCH] Quoting is done elsewhere since rev 7021753b3797

Wald Commits scm-commit at wald.intevation.org
Thu Aug 28 12:00:56 CEST 2014


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1409220052 -7200
# Node ID 969963ee61badbe0707850bf4094787c910bfa2b
# Parent  eb48b244921dca227e82faf273c91791f78e855e
Quoting is done elsewhere since rev 7021753b3797.

diff -r eb48b244921d -r 969963ee61ba artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml	Wed Aug 27 19:52:51 2014 +0200
+++ b/artifacts/doc/conf/meta-data.xml	Thu Aug 28 12:00:52 2014 +0200
@@ -1425,7 +1425,7 @@
     <dc:macro name="loads">
      <dc:if test="dc:has-result()">
        <dc:group expr="$fraction">
-         <dc:variable name="fraction_name" expr="concat('\${', dc:group-key(), '}')"/>
+         <dc:variable name="fraction_name" expr="concat('${', dc:group-key(), '}')"/>
          <fraction description="{$fraction_name}">
            <dc:for-each>
              <dc:choose>


More information about the Dive4Elements-commits mailing list