Filter: add space before * for a modified filter #PL-5080

This commit is contained in:
Maxim Gorbunkov 2015-03-19 11:53:40 +00:00
parent 8ba14f7e54
commit a69b9d37bf

View File

@ -71,7 +71,7 @@ public class FilterDelegateImpl implements FilterDelegate {
protected static final String CONDITIONS_LOCATION_TOP = "top";
protected static final Log log = LogFactory.getLog(FilterDelegateImpl.class);
public static final String MODIFIED_INDICATOR_SYMBOL = "*";
public static final String MODIFIED_INDICATOR_SYMBOL = " *";
@Inject
protected ComponentsFactory componentsFactory;