diff --git a/htdocs/accountancy/bookkeeping/list.php b/htdocs/accountancy/bookkeeping/list.php index 73c23e4d63b..63401ec2c30 100644 --- a/htdocs/accountancy/bookkeeping/list.php +++ b/htdocs/accountancy/bookkeeping/list.php @@ -1124,11 +1124,11 @@ while ($i < min($num, $limit)) { // Other type } - print '
| '; + print ' | '; if ($line->doc_type == 'customer_invoice' || $line->doc_type == 'supplier_invoice' || $line->doc_type == 'expense_report') { print $objectstatic->getNomUrl(1, '', 0, 0, '', 0, -1, 1); diff --git a/htdocs/opensurvey/fonctions.php b/htdocs/opensurvey/fonctions.php index 3d8d76c5c1e..9d56aa8eb00 100644 --- a/htdocs/opensurvey/fonctions.php +++ b/htdocs/opensurvey/fonctions.php @@ -198,6 +198,7 @@ function getUrlSondage($id, $admin = false) } else { $url = get_server_name().'/public/studs.php?sondage='.$id; } + $url = ''.$url.''; return $url; } |