diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 9472118d64f..18eb95fdbb8 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -2876,7 +2876,7 @@ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $so * @param string $options Other url paramaters to propagate ("" by default) * @param integer $nextpage Do we show a next page button * @param string $betweenarrows HTML content to show between arrows. Must contains '
  • ' tags. - * @param string $afterarraws HTML content to show after arrows. Must NOT contains '
  • ' tags. + * @param string $afterarrows HTML content to show after arrows. Must NOT contains '
  • ' tags. * @return void */ function print_fleche_navigation($page,$file,$options='',$nextpage=0,$betweenarrows='',$afterarrows='')