Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
12.0, 11.3, 12.3
-
None
-
None
Description
Take this HTML code below for example:
<script id="template" type="text/html"> <li> <div class="photo"> <a href="#"> <img src="#" /> </a> </div> <div class="clear"> </div> </li> </script>
If I paste this code into a HTML file, and save the file or format the file:
The code indentation is bad.