From 5c825310a38db18d2fe541a0a1a12a825e0d7c4d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Jan 2019 14:49:26 +0100 Subject: [PATCH 1/2] Fix bad link and css --- htdocs/projet/card.php | 2 +- htdocs/ticket/list.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php index 8bf377a9844..f2b735e6340 100644 --- a/htdocs/projet/card.php +++ b/htdocs/projet/card.php @@ -977,7 +977,7 @@ elseif ($object->id > 0) print '
'; print '
'; - print ''; + print '
'; // Description print '
'.$langs->trans("Description").''; diff --git a/htdocs/ticket/list.php b/htdocs/ticket/list.php index c48b86ed8f9..64ec859cc0c 100644 --- a/htdocs/ticket/list.php +++ b/htdocs/ticket/list.php @@ -478,10 +478,10 @@ if ($sall) print '
'; if ($search_fk_status == 'non_closed') { - print ''; + print ''; $param .= '&search_fk_status=non_closed'; } else { - print ''; + print ''; $param .= '&search_fk_status=-1'; } print '
'; From 691deeb2c38102cd735985c0423b830cf8b0f85f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Jan 2019 15:33:10 +0100 Subject: [PATCH 2/2] Add php7.3 in phpunit --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index d660f89e79d..02ac5a1c805 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ php: - '7.0' - '7.1' - '7.2' +- '7.3' - nightly env: @@ -77,6 +78,8 @@ matrix: env: DB=postgresql - php: '7.1' env: DB=postgresql + - php: '7.2' + env: DB=postgresql - php: nightly env: DB=postgresql