Merge pull request #17335 from dolibit-ut/patch-291

Update comment.php
This commit is contained in:
Laurent Destailleur 2021-04-19 20:21:08 +02:00 committed by GitHub
commit 1a6df3f3cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,8 +80,9 @@ include DOL_DOCUMENT_ROOT.'/core/actions_comments.inc.php';
* View
*/
$title = $langs->trans('CommentPage');
llxHeader('', $langs->trans("CommentPage"));
llxHeader('', $title, '');
$form = new Form($db);
$formother = new FormOther($db);