diff --git a/features.export.inc b/features.export.inc
index 16ca350..62275b7 100644
--- a/features.export.inc
+++ b/features.export.inc
@@ -359,7 +359,7 @@ function features_export_info($info, $parents = array()) {
     foreach ($parents as $key) {
       $line .= is_numeric($key) ? "[]" : "[{$key}]";
     }
-    $line .=  " = \"{$info}\"\n";
+    $line .=  " = {$info}\n";
     return $line;
   }
   return $output;
