I added some text to our cart customization. It worked fine for as long as I can remember. I don't think we changed anything, but the text no longer shows up in the cart (though my other customizations do). Can anyone see anything wrong with the tdSell lines below? I can see the code show up when I inspect the page, but nothing is displayed.
jQuery("#tdSell").attr("innerHTML",
"<p style='color:red;font-size: 13px;padding-top:8px;'>Please note that you need the a PC or MAC to download the software which is <b>NOT</b> compatible with iPhone </p>");
}