Fixing style errors.
This commit is contained in:
parent
b78f85b959
commit
8db9b5bb22
@ -96,8 +96,7 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
$title = $langs->trans('Project').' - '.$langs->trans('Document').' - '.$object->ref.' '.$object->name;
|
$title = $langs->trans('Project').' - '.$langs->trans('Document').' - '.$object->ref.' '.$object->name;
|
||||||
if (!empty($conf->global->MAIN_HTML_TITLE) && preg_match('/projectnameonly/', $conf->global->MAIN_HTML_TITLE) && $object->name)
|
if (!empty($conf->global->MAIN_HTML_TITLE) && preg_match('/projectnameonly/', $conf->global->MAIN_HTML_TITLE) && $object->name) {
|
||||||
{
|
|
||||||
$title = $object->ref.' '.$object->name.' - '.$langs->trans('Document');
|
$title = $object->ref.' '.$object->name.' - '.$langs->trans('Document');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user