cobrateam / django-htmlmin

HTML minifier for Python frameworks (not only Django, despite the name).

Home Page:http://pypi.python.org/pypi/django-htmlmin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Order in meta tag attributes !

eduardolujan opened this issue · comments

Is it possible to avoid that Beautifulsoup ordering the attributes of the meta tags ?

<meta name="description" content="">

After minify
<meta content="" name="description">