-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Minor
-
Issue Summary
When an HTML file contains a specific comment line (<!------------------>), the file is imported with no content. This issue results in an empty import, which disrupts the intended functionality and content display.
Steps to Reproduce
- Create or open an HTML file.
- Insert the following comment line within the file:
<!------------------> - Attempt to import the HTML file into the application/platform.
- Observe the imported content.
Expected Results
The HTML file should be imported with its full content, including the comment line, without any loss of data.
Actual Results
The HTML file is imported empty, with no content visible.
Workaround
Remove the line <!------------------> from the HTML file.