diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index bcc56ddbe..387acb16a 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -3719,7 +3719,7 @@ $('body').on('click', '[id^=\"table-row-folder\"] td:nth-child(2)', function(ev) $content .= "".$arr[1]."
"; } else { $content .= "".htmlspecialchars($attrdef->getName()).": "; - $content .= $this->printAttributeValue($attribute, true); + $content .= $this->printAttributeValue($attribute, true)."
"; } } }