When I compare two versions of a page it shows differences on places I did not change.
When I compare the storage format version of the pages I can see, that some tags have empty style="" and in other version this style attribute is missing.
It would be nice to not recognizing this as a change, as it has no impact on rendered HTML.
Here is an example:
Original page:
<h5 style="">CZ_CTU >> ZADUS >> Export Customers Subsidy</h5>
New version:
<h5>CZ_CTU >> ZADUS >> Export Customers Subsidy</h5>