Replace id by class

This commit is contained in:
kevin 2022-03-02 21:00:07 +01:00
parent aabfdfa212
commit ad5a18996d

View File

@ -5199,7 +5199,7 @@ class Form
$out .= '<input type="submit" class="button smallpaddingimp" value="'.$langs->trans("Modify").'">';
$out .= '</form>';
} else {
$out .= '<span id="project_head_block">';
$out .= '<span class="project_head_block">';
if ($selected) {
$projet = new Project($this->db);
$projet->fetch($selected);