/includes/functions/functions_prices.php, v1.3.9c, lines 233, 239 and 252 use deprecated <s></s> (strike-thru) tags to surround special/sale prices.

I'd suggest using a <span class="strikeThru"></span> instead and modify the stylesheet.css to contain

.strikeThru { text-decoration: line-through; }