Community
Participate
Working Groups
Build Identifier: Viewing a table report (in HTML) results in " " prepended to the first column multiple times. This is caused by addition of the HTML escape " " to the output for the cell and THEN calling HtmlUtil.textToHtml() on the string...which encodes the "&" to "&". This happens in XViewerTreeReport.addRow(). Reproducible: Always Steps to Reproduce: 1. View a tree with multiple levels 2. Select "View Table Report" from the context menu 3. View the report
Implemented fix