[PATCH 3 of 5] issue1345: include fix for display of epochs stoptime
Wald Commits
scm-commit at wald.intevation.org
Fri Oct 11 12:29:50 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1381487160 -7200
# Node ID 917351b40e6e6afd7623b0e700f3cf6531256fe2
# Parent 6d7ad813b2b635666e800a229891aa08fd509038
issue1345: include fix for display of epochs stoptime.
diff -r 6d7ad813b2b6 -r 917351b40e6e artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Fri Oct 11 12:23:27 2013 +0200
+++ b/artifacts/doc/conf/meta-data.xml Fri Oct 11 12:26:00 2013 +0200
@@ -1311,7 +1311,7 @@
<dc:for-each>
<dc:variable name="syear" type="string" expr="dc:date-format('yyyy', $startyear)"/>
<dc:variable name="eyear" type="string" expr="dc:date-format('yyyy', $endyear)"/>
- <year description="{$syear}-${eyear}"
+ <year description="{$syear}-{$eyear}"
factory="sedimentyield"
target_out="{$out}"
info="{$description}"
More information about the Dive4elements-commits
mailing list