This commit is contained in:
Victor Shcherb 2014-09-13 12:49:00 +02:00
parent 355b59b0fd
commit b95cd933f1

View file

@ -169,7 +169,7 @@ public class RenderingRulesStorage {
private RenderingRule createTagValueRootWrapperRule(int tagValueKey, RenderingRule previous) {
if (previous.getProperties().length > 2) {
if (previous.getProperties().length > 0) {
Map<String, String> m = new HashMap<String, String>();
m.put("tag", getTagString(tagValueKey));
m.put("value", getValueString(tagValueKey));