[Dive4elements-commits] [PATCH] Fixed typo in themes

Wald Commits scm-commit at wald.intevation.org
Wed Jan 30 11:15:50 CET 2013


# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1359540934 -3600
# Node ID 68391fbb1c5660e498e29cf50ea8ce34e5d81a3e
# Parent  5ab87837622fcc36d77c97dda074b5bb92b2d2c8
Fixed typo in themes.

diff -r 5ab87837622f -r 68391fbb1c56 flys-artifacts/doc/conf/themes/default/longitudinal-section.xml
--- a/flys-artifacts/doc/conf/themes/default/longitudinal-section.xml	Tue Jan 29 17:42:04 2013 +0100
+++ b/flys-artifacts/doc/conf/themes/default/longitudinal-section.xml	Wed Jan 30 11:15:34 2013 +0100
@@ -724,7 +724,7 @@
         </inherits>
         <fields>
             <field name="linecolor" type="Color" display="Linienfarbe"
-                default="#255, 0, 0" />
+                default="255, 0, 0" />
         </fields>
     </theme>
 
diff -r 5ab87837622f -r 68391fbb1c56 flys-artifacts/doc/conf/themes/second/longitudinal-section.xml
--- a/flys-artifacts/doc/conf/themes/second/longitudinal-section.xml	Tue Jan 29 17:42:04 2013 +0100
+++ b/flys-artifacts/doc/conf/themes/second/longitudinal-section.xml	Wed Jan 30 11:15:34 2013 +0100
@@ -724,7 +724,7 @@
         </inherits>
         <fields>
             <field name="linecolor" type="Color" display="Linienfarbe"
-                default="#255, 0, 0" />
+                default="255, 0, 0" />
         </fields>
     </theme>
 


More information about the Dive4elements-commits mailing list