Subject: | Tiny html-related fix |
It would be great if the html code in msgs could be changed from
<span style="color:red;font-weight:bold"><span class="dfv_errors">* %s</span></span>
to
<span class="dfv_errors" style="color:red;font-weight:bold">* %s</span>
as the nested span is redundant.
Cheers!