diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-16 16:08:57 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-16 16:08:57 +0000 |
commit | eaf18f4c3d9ca7b82166fc151a5c1cb80317f9c6 (patch) | |
tree | 6efb22b5edbe367d2c3606e32b97af7d853fd9fb | |
parent | 856f66774597f3acac5549203cac6441ef5f8fd5 (diff) | |
download | brdo-eaf18f4c3d9ca7b82166fc151a5c1cb80317f9c6.tar.gz brdo-eaf18f4c3d9ca7b82166fc151a5c1cb80317f9c6.tar.bz2 |
- Patch #463450 by wulff: fixed documentation glitch.
-rw-r--r-- | modules/color/color.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/color/color.module b/modules/color/color.module index d6521a2cb..a9e1b6ea6 100644 --- a/modules/color/color.module +++ b/modules/color/color.module @@ -220,7 +220,7 @@ function color_scheme_form(&$form_state, $theme) { /** * Theme the color form. * - * @ingroup @themeable + * @ingroup themeable */ function theme_color_scheme_form($form) { $theme = $form['theme']['#value']; |