Changeset 31076 in osm for applications/editors
- Timestamp:
- 2015-04-01T14:25:40+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/convpreset.pl
r30159 r31076 25 25 my ($val) = @_; 26 26 $val =~ s/'/''/g; 27 $val =~ s/</</g; 28 $val =~ s/>/>/g; 29 $val =~ s/&/&/g; 27 30 return $val; 28 31 }
Note:
See TracChangeset
for help on using the changeset viewer.