Adding quotes (both " and ') to the site footer part in system.module result in garbled characters being added to the site footer.
Example: This site uses Drupal
Work around is to not use quotes, but a fix would be to add slashes to the SQL statement (and ofcourse remove those slashes on output).
Comments
Comment #1
marco commentedthis is a duplicate of
http://www.drupal.org/node.php?id=415
and has been discussed in the ml
http://mail.zind.net/pipermail/drupal-devel/2002-September/thread.html#1...
the fix is to set magic_quotes_gpc 0 in .htaccess
Comment #2
ax commented