diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index a6ab6e63744..c185b4f7968 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -1729,7 +1729,7 @@ function top_menu($head, $title = '', $target = '', $disablejs = 0, $disablehead
$langs->load('admin');
$appli .= '
'.$langs->trans("Database").': '.$db->database_name;
}
- $text = ''.DOL_VERSION.'';
+ $text = ''.DOL_VERSION.'';
$toprightmenu .= @Form::textwithtooltip('', $appli, 2, 1, $text, 'login_block_elem', 2);
}
diff --git a/htdocs/public/ticket/view.php b/htdocs/public/ticket/view.php
index 8f6d84059a5..3c6f40212cc 100644
--- a/htdocs/public/ticket/view.php
+++ b/htdocs/public/ticket/view.php
@@ -234,9 +234,9 @@ if ($action == "view_ticket" || $action == "presend" || $action == "close" || $a
print $form->formconfirm($_SERVER["PHP_SELF"]."?track_id=".$track_id, $langs->trans("CloseATicket"), $langs->trans("ConfirmCloseAticket"), "confirm_public_close", '', '', 1);
}
- print '
| '.$langs->trans("Ref").' | ';
@@ -378,7 +378,7 @@ if ($action == "view_ticket" || $action == "presend" || $action == "close" || $a
print ' Not Allowed ';
}
} else {
- print ''.$langs->trans('Back').' '.$langs->trans("TicketPublicMsgViewLogIn").' '; + print ''.$langs->trans("TicketPublicMsgViewLogIn").' ';
print '';
print ' |