Index: styleguide.api.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/styleguide/styleguide.api.php,v
retrieving revision 1.6
diff -u -p -r1.6 styleguide.api.php
--- styleguide.api.php	23 Oct 2010 20:58:17 -0000	1.6
+++ styleguide.api.php	22 Dec 2010 11:22:29 -0000
@@ -40,7 +40,7 @@ function hook_styleguide() {
     'variables' => array('items' => styleguide_list(), 'type' => 'ul'),
     'group' => t('Common'),
   );
-  $items['text'] => array(
+  $items['text'] = array(
     'title' => t('Text block'),
     'content' => styleguide_paragraph(3),
     'group' => t('Text'),
