Changeset 3614 in josm


Ignore:
Timestamp:
Oct 17, 2010 2:10:13 PM (3 years ago)
Author:
stoecker
Message:

fix style a bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/mappaint-style.xsd

    r3612 r3614  
    114114        <simpleType name="color"> 
    115115                <restriction base="string"> 
    116                         <pattern value="([a-z_]+#)?[0-9A-Fa-f]{6}([0-9A-Fa-f]{2})?"/> 
     116                        <pattern value="([a-z0-9_]+#)?[0-9A-Fa-f]{6}([0-9A-Fa-f]{2})?"/> 
    117117                        <!-- name#color or color only, where color is 6 or 8 hex digits --> 
    118118                </restriction> 
Note: See TracChangeset for help on using the changeset viewer.