Ignore:
Timestamp:
2015-04-09T23:44:49+02:00 (9 years ago)
Author:
Klumbumbus
Message:

see #11234 - add warning for some uncommon characters in keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/deprecated.mapcss

    r8184 r8185  
    437437  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
    438438}
     439
     440/* see #11234 */
     441*[/=|\+|\/|&|<|>|;|'|"|%|#|@|\\|,|\./] {
     442  throwWarning: tr("key with uncommon character");
     443}
Note: See TracChangeset for help on using the changeset viewer.