Index: auto_nodetitle.module
===================================================================
--- auto_nodetitle.module	(revision 2642)
+++ auto_nodetitle.module	(working copy)
@@ -131,7 +131,7 @@
   */
 function _auto_nodetitle_patternprocessor($output, $node) {
   if (module_exists('token')) {
-    $output = token_replace($output, 'node', $node);
+    $output = htmlspecialchars_decode(token_replace($output, 'node', $node), ENT_QUOTES);
   }
   if (variable_get('ant_php_'. $node->type, 0)) {
     $output = auto_nodetitle_eval($output, $node);
