Index: /Volumes/www/drupal/live/sites/all/modules/cck/modules/nodereference/nodereference.module
===================================================================
--- modules/nodereference/nodereference.module	(revision 78)
+++ modules/nodereference/nodereference.module	(working copy)
@@ -653,7 +653,8 @@
   foreach ($references as $key => $value) {
     // Views theming runs check_plain (htmlentities) on the values.
     // We reverse that with html_entity_decode.
-    $options[$key] = html_entity_decode(strip_tags($value['rendered']));
+    $options[$key] = html_entity_decode(strip_tags($value['rendered']), ENT_QUOTES);
+
   }
   return $options;
 }
