diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 8ad11b847..2e4eca044 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -2187,7 +2187,7 @@ $(document).ready( function() { $content .= "".$arr[1]."
"; } else { $content .= "".htmlspecialchars($attrdef->getName()).": "; - $content .= $this->printAttributeValue($attribute, true); + $content .= $this->printAttributeValue($attribute, true)."
"; } } }