Update 01/18/2011

Started by shmax, January 18, 2011, 03:18:17 AM

previous topic - next topic
Go Down

shmax

January 18, 2011, 03:18:17 AM Last Edit: December 31, 1969, 04:00:00 PM by Guest
- Finally put in some code to catch "smart quotes", which are the little curly quotes that Microsoft Word likes to sneak into its documents (and sometimes find their way into back-of-the-box product spiel). They were showing up as odd little question marks when displayed in the comment and description data on the product detail pages. I now catch them as they're input and convert them to regular ASCII quotes. I also ran through all the existing data and did the conversion. I wasn't able to figure out how to handle things like copyright and yen symbols, so I'll have to work it out with our database expert. Thanks to Engledogg for bringing this issue to my attention...

- changed layout/CSS of collection interface part checklists (replaced with

Go Up