diff --git a/views_plugin_style_atom_fields.inc b/views_plugin_style_atom_fields.inc
index 158ab6a..525fc03 100644
--- a/views_plugin_style_atom_fields.inc
+++ b/views_plugin_style_atom_fields.inc
@@ -15,6 +15,7 @@ class views_plugin_style_atom_fields extends views_plugin_style {
   function init(&$view, &$display, $options = NULL) {
     parent::init($view, $display, $options = NULL);
     $this->feed_image = '/misc/feed.png';
+    $this->namespaces = array();
   }
 
   /**
