Skip to content
Snippets Groups Projects

fix duplicate archive description

Merged Alexis Ragot requested to merge release/2.2 into develop
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -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>';
}
}
Loading