socallinuxexpo / web-control-interface

Volunteer web-control interfaces for ScaleAV 18x.
5 stars 0 forks source link

Clean Up HTML #33

Closed LeStarch closed 5 years ago

LeStarch commented 5 years ago

@pelmini can we replace all Tabs in the HTML with spaces (4) and the realign the tags, so it is easy to glance through the HTML?

Something like the following:

<div>
    <div>
        <div>Some text</div>
        <div>Some more text</div>
    </div>
   <div>
        <div></div>
   </div>
</div>

Here children are indented, and peers (children of the same parent) are at the same indented level

LeStarch commented 5 years ago

I know these problems have existed for years, but it would be nice to clean it up.