IDEMPIERE-2061 Ticket #1004119: HTML error on Dashboard Report detail

This commit is contained in:
Elaine Tan 2014-07-16 12:40:01 +08:00
parent d9ae654c16
commit 85ff580ba1
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}