diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
index 4ee95039ce0..36657d48dbc 100644
--- a/htdocs/core/lib/company.lib.php
+++ b/htdocs/core/lib/company.lib.php
@@ -1629,7 +1629,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon = '', $noprin
}
// Ref
- $out.='
';
+ $out.=' | ';
if (isset($histo[$key]['type']) && $histo[$key]['type']=='mailing') {
$out.=''.img_object($langs->trans("ShowEMailing"), "email").' ';
$out.=$histo[$key]['id'];
diff --git a/htdocs/societe/agenda.php b/htdocs/societe/agenda.php
index af0d7670141..231174a0afa 100644
--- a/htdocs/societe/agenda.php
+++ b/htdocs/societe/agenda.php
@@ -2,7 +2,7 @@
/* Copyright (C) 2001-2007 Rodolphe Quiedeville
* Copyright (C) 2005 Brice Davoleau
* Copyright (C) 2005-2012 Regis Houssin
- * Copyright (C) 2006-2015 Laurent Destailleur
+ * Copyright (C) 2006-2019 Laurent Destailleur
* Copyright (C) 2007 Patrick Raguin
* Copyright (C) 2010 Juanjo Menent
* Copyright (C) 2015 Marcos GarcĂa
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 4b0ccd45fd5..bfe548fb0fe 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -1442,7 +1442,7 @@ img.photorefnoborder {
}
.trextrafieldseparator td {
/* border-bottom: 2px solid rgb() !important; */
- border-bottom: 2px dashed rgb() !important;
+ border-bottom: 2px solid rgb() !important;
}
.tdhrthin {
|