[Dive4elements-commits] [PATCH 3 of 5] themes.xml: Fix typo that prevented susp_sediment theme display

Wald Commits scm-commit at wald.intevation.org
Thu Apr 11 20:47:44 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1365682253 -7200
# Node ID 76b1fc8fed63ffd15c9f0932c0fefcca30db5871
# Parent  7e3cde8b564c7b9c500b03bc95eb489826922b05
themes.xml: Fix typo that prevented susp_sediment theme display.

diff -r 7e3cde8b564c -r 76b1fc8fed63 flys-artifacts/doc/conf/themes.xml
--- a/flys-artifacts/doc/conf/themes.xml	Thu Apr 11 12:43:02 2013 +0200
+++ b/flys-artifacts/doc/conf/themes.xml	Thu Apr 11 14:10:53 2013 +0200
@@ -344,7 +344,7 @@
         <mapping from="sedimentload.sand" to="SedimentLoadSand" />
         <mapping from="sedimentload.susp_sand" to="SedimentLoadSuspSand" />
         <mapping from="sedimentload.susp_sand_bed" to="SedimentLoadSuspSandBed" />
-        <mapping from="sedimentload.sudp_sediment" to="SedimentLoadSediment" />
+        <mapping from="sedimentload.susp_sediment" to="SedimentLoadSediment" />
         <mapping from="sedimentload.total_load" to="SedimentLoadTotalLoad" />
         <mapping from="sedimentload.total" to="SedimentLoadTotal" />
     </mappings>


More information about the Dive4elements-commits mailing list