mrprogguy:And apparently the web designer isn't smart enough to know that you can't put <font> (deprecated!) tags in the value attribute of an input tag.
I suspect that "<font size=1>Wholesale</font>" is translated text for something that was never meant to appear in the input button. I would guess that someone was updating the translations table and forgot to include a where clause in their update statement, setting every translation to this, and the font tags are only apparent where translations are used as attributes like this.
So, if I'm right, not a WTF on the behalf of the web designer, but a FAIL for whoever updated the database.
I wonder why you'd include this font tag in a translation though? Aside from it being depreciated, are we to understand that different languages might have different sized text?