[PATCH] Fixed datacage info field for bed height differences
Wald Commits
scm-commit at wald.intevation.org
Fri Jun 27 09:50:58 CEST 2014
# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1403855446 -7200
# Node ID 02b7ef079e6f19e0d4124c2a69123c25c7cce8be
# Parent ae16292586929dc472b6325086b2d5d4fde0ceaa
Fixed datacage info field for bed height differences.
diff -r ae1629258692 -r 02b7ef079e6f artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Thu Jun 26 15:00:28 2014 +0200
+++ b/artifacts/doc/conf/meta-data.xml Fri Jun 27 09:50:46 2014 +0200
@@ -1798,14 +1798,14 @@
<height factory="bedheight"
target_out="{$out}"
ids="bedheight-single-{$b2id}-{$b2year}#bedheight-single-{$b1id}-{$b1year}"
- info="{$b1desc}#{$b2desc}"
+ info="{$b2desc}#{$b1desc}"
description="{$b2desc} - {$b1desc}"/>
</dc:when>
<dc:otherwise>
<height factory="bedheight"
target_out="{$out}"
ids="bedheight-single-{$b2id}-{$b2year}#bedheight-single-{$b1id}-{$b1year}"
- info="{$b1desc}#{$b2desc}"
+ info="{$b2desc}#{$b1desc}"
description="{$b2desc} - {$b1desc}"/>
</dc:otherwise>
</dc:choose>
More information about the Dive4Elements-commits
mailing list