# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- vud.module +++ vud.module @@ -25,7 +25,7 @@ function vud_help($path, $arg) { switch ($path) { case 'admin/help#vud': - $output .= '

'. t('Provides a configurable up/down voting widget for other modules to use.') .'

'; + $output = '

'. t('Provides a configurable up/down voting widget for other modules to use.') .'

'; return $output; } }