From 2292f83258e91d41b867af7930734c77d2a8c1f9 Mon Sep 17 00:00:00 2001 From: "Sekan, Tobias" Date: Thu, 10 Sep 2020 11:26:17 +0200 Subject: [PATCH] fix sticker ci --- htdocs/core/lib/functions.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 4b65f3eedf3..db261bcf8d2 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -8674,9 +8674,9 @@ function currentToken() /** * Start a table with headers and a optinal clickable number * (don't forget to use "finishSimpleTable()" after the last table row) - * + * * @see finishSimpleTable - * + * * @param string $header The first left header of the table (automatic translated) * @param string $link (optional) The link to a internal dolibarr page, when click on the number (without the first "/") * @param string $arguments (optional) Additional arguments for the link (e.g. "search_status=0") @@ -8739,11 +8739,11 @@ function startSimpleTable($header, $link = "", $arguments = "", $emptyRows = 0, /** * Add the correct HTML close tags for "startSimpleTable(...)" * (use after the last table line) - * + * * @see startSimpleTable * * @param bool $addLineBreak (optional) Add a extra line break after the complete table (\) - * + * * @return void */ function finishSimpleTable($addLineBreak = false)