Fixing style errors.

This commit is contained in:
stickler-ci 2022-10-20 12:02:06 +00:00
parent eb4a260fca
commit 57ca1e9e3c

View File

@ -1714,8 +1714,7 @@ if ($action == 'create') {
$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem); $somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
//Show direct download link //Show direct download link
if ($object->statut != Fichinter::STATUS_DRAFT && !empty($conf->global->FICHINTER_ALLOW_EXTERNAL_DOWNLOAD)) if ($object->statut != Fichinter::STATUS_DRAFT && !empty($conf->global->FICHINTER_ALLOW_EXTERNAL_DOWNLOAD)) {
{
print '<br><!-- Link to download main doc -->'."\n"; print '<br><!-- Link to download main doc -->'."\n";
print showDirectDownloadLink($object).'<br>'; print showDirectDownloadLink($object).'<br>';
} }