You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, this plugin will blow away 'redundant' attributes. This means that it will remove type='text' from an input. This is bad because it breaks styles, and potentially javascript etc.
The html minifier you use has settings that it calls "safe", you should default to those at most.