diff options
author | Silvio <silvio@socioambiental.org> | 2009-12-14 18:04:24 -0200 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-10-14 18:23:24 -0300 |
commit | dd6881c831b7dec9d2c188567ed7a856cd192f03 (patch) | |
tree | 8a52265c1e21116b22ee7e5dc73b4cf0b64eaede | |
parent | 14aca13197f80c6231337f7f52709604d7ae0aad (diff) | |
download | jquery_drawer-dd6881c831b7dec9d2c188567ed7a856cd192f03.tar.gz jquery_drawer-dd6881c831b7dec9d2c188567ed7a856cd192f03.tar.bz2 |
Coding standards
-rw-r--r-- | jquery_drawer.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery_drawer.module b/jquery_drawer.module index 5d2aa54..cbb4b89 100644 --- a/jquery_drawer.module +++ b/jquery_drawer.module @@ -134,7 +134,7 @@ function theme_jquery_drawer($menu) { /** * Menu callback. * - * @todo: split themeable output from logic. + * @todo Split themeable output from logic. */ function jquery_drawer_page($tid = NULL) { $output = ''; |