diff --git a/contrib/views_slideshow_cycle/views_slideshow_cycle.module b/contrib/views_slideshow_cycle/views_slideshow_cycle.module index 7ab0ea7..b936d79 100644 --- a/contrib/views_slideshow_cycle/views_slideshow_cycle.module +++ b/contrib/views_slideshow_cycle/views_slideshow_cycle.module @@ -69,8 +69,8 @@ function views_slideshow_cycle_help($path, $arg) { } else { $output = '

' . t('Views Slideshow Cycle help can be found by installing and enabling the !advanced_help', array( - '!advanced_help' => l(t('Advanced Help module)', 'http://drupal.org/project/advanced_help')), - )) . '

'; + '!advanced_help' => l(t('Advanced Help module'), 'http://drupal.org/project/advanced_help')) + ) . '

'; } return $output; }