Possible Duplicate:
“slash before every quote” problem
I am using FPDF to generate pdfs for labels. On the labels they have inches (ie: " ). On localhost there was no problem, but now on my production server FPDF outputs a backslash before quotation marks in the produced PDF.
4 1/2" gets transformed into: 4 1/2\"
Tried my google skills, but to no avail. Anybody know what's happening?