From d25a2af70c869b667b918de8d917010a795a681e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 May 2015 23:47:15 +0200 Subject: [PATCH] Fix PHPCS --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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='')