Oh and since you seem to be determined to argue for the sake of arguing, here is how you actually fix your problem, which IIRC was to get superscripts to display aligned. Add the following to the extra CSS option in the calibre conversion options under Look & feel
Code:
.footnote { vertical-align: super }
and magic! your footnotes will be vertically aligned.