Skip to content
Snippets Groups Projects
Commit 125786ac authored by Alexis Ragot's avatar Alexis Ragot
Browse files

Merge branch 'release/2.2' into 'develop'

fix duplicate archive description

See merge request !92
parents faf49879 14476dc7
No related branches found
No related tags found
3 merge requests!126Release/2.3,!100Develop,!92fix duplicate archive description
......@@ -419,8 +419,6 @@ class welcome
if ($type == 'boolean') {
$textValue = $value ? '<i class="fa fa-check" data-value="1"/>' : '<i class="fa fa-times" data-value="0"/>';
}
$descriptionHtml .= '<td title="'.$value.'">'.$textValue.'</td>';
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment