IDEMPIERE-2061 Ticket #1004119: HTML error on Dashboard Report detail
This commit is contained in:
parent
d9ae654c16
commit
85ff580ba1
|
@ -483,7 +483,7 @@ public class WGraph extends Div implements IdSpace {
|
|||
Br br = new Br();
|
||||
td.appendChild(br);
|
||||
text = new Text(stripHtml(m_goal.getColorSchema()
|
||||
.getDescription(), true));
|
||||
.getDescription(), false));
|
||||
td.appendChild(text);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue