Mercurial > dive4elements > river
changeset 4905:68391fbb1c56
Fixed typo in themes.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 30 Jan 2013 11:15:34 +0100 |
parents | 5ab87837622f |
children | 36013358156d |
files | flys-artifacts/doc/conf/themes/default/longitudinal-section.xml flys-artifacts/doc/conf/themes/second/longitudinal-section.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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>
--- 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>