<!--before-->
<form class="mt-3"
method="post"
accept-charset="UTF-8"
autocomplete="on"
action="{{ endpoint_post_user_edit }}"
enctype="application/x-www-form-urlencoded"
target="_self">
<!--after-->
<form class="mt-3"
accept-charset="UTF-8"
action="{{ endpoint_post_user_edit }}"
autocomplete="on"
enctype="application/x-www-form-urlencoded"
method="post"
target="_self">
Feature Request
Sort element attributes with
id=""and andclass=""always being first whereidhas precedence. This is taken from https://api.html-tidy.org/tidy/quickref_next.html#sort-attributes.