ed65e3b8 | 27-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
only act on "real" content changes. fixes #8 #9
When comparing the HTML output, we now strip all tags and whitespaces. This should ensure only "visible" text data will create new revisions, not slig
only act on "real" content changes. fixes #8 #9
When comparing the HTML output, we now strip all tags and whitespaces. This should ensure only "visible" text data will create new revisions, not slightly changed CSS or invisible data attributes.
Note this will create new revisions on all pages when updating (because the old md5 cache will no longer match the new one).
show more ...
|