Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2013-11-26 00:12:19 +01:00
commit 4a241ff555

View file

@ -362,6 +362,8 @@ public class MapRenderingTypes {
if (targetTag != null || targetValue != null) {
if (targetTag == null) {
targetTag = rtype.getTag();
} else {
targetTag = tag;
}
if (targetValue == null) {
targetValue = rtype.getValue();