Changeset 7872 in josm for trunk/data/validator/combinations.mapcss
- Timestamp:
- 2014-12-22T23:17:15+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r7819 r7872 202 202 } 203 203 204 /* any other *_name tag but not a name, see #10837 */ 205 *[/_name$/][!name] { 204 /* any other *_name tag (except old_name, loc_name and uic_name) but not a name , see #10837 */ 205 *[/_name$/][!name][!old_name][!loc_name][!uic_name] { 206 206 throwWarning: tr("alternative name without {0}", "{1.key}"); 207 207 }
Note:
See TracChangeset
for help on using the changeset viewer.