diff --git a/wysiwyg/quote.inc b/wysiwyg/quote.inc
index 8fe259d..fad5717 100644
--- a/wysiwyg/quote.inc
+++ b/wysiwyg/quote.inc
@@ -16,7 +16,9 @@ function quote_quote_plugin() {
     'vendor url' => 'http://drupal.org/project/quote',
     'icon file' => 'quote.png',
     'icon title' => t('Add selected text between quote tags.'),
+    'css path' => NULL,
+    'css file' => NULL,
     'settings' => array(),
   );
   return $plugins;
-}
\ No newline at end of file
+}
