You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When exporting some hdf files to HTML, the resulting HTML file contains unrendered HTML tags that are not present in the original HDF.
Note the titles of the first controls (no HTML tags present)
Export as HTML
View HTML and note unrendered html tags in output
Expected behavior
The tags should be rendered as HTML properly, not as raw text. The tags appear to be coming from the html template file used to generate the output HTML.
The text was updated successfully, but these errors were encountered:
After a bit of investigation, this appears to be an issue with how the Fortify mapper is working because these XML tags appear in the HDF Json export as well.
HTML mapper directly converts from OHDF outputs, which in this case includes these tags in the final OHDF JSON output. I can add some tag cleaning before the HTML mapper outputs a file to prevent this in the future.
Describe the bug
When exporting some hdf files to HTML, the resulting HTML file contains unrendered HTML tags that are not present in the original HDF.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tags should be rendered as HTML properly, not as raw text. The tags appear to be coming from the html template file used to generate the output HTML.
The text was updated successfully, but these errors were encountered: