I've got a problem with vlibTemplate. I save special chars like " or ' in the database with the help of htmlentities().
So a " becomes "
But vlibTemplate (I think) makes form the " a "
I'm using the setloop() method of vlibTemplate.
How can i avoid this?