Skip to content
Snippets Groups Projects
Verified Commit 14476dc7 authored by Alexis Ragot's avatar Alexis Ragot
Browse files

fix duplicate archive description

parent 6b4f834d
No related branches found
No related tags found
4 merge requests!100Develop,!93Master,!92fix duplicate archive description,!91fix 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