add missing br between attributes in documentListRow()

This commit is contained in:
Uwe Steinmann 2016-08-05 17:46:51 +02:00
parent c03473dad8
commit c0d149e9dc

View File

@ -2187,7 +2187,7 @@ $(document).ready( function() {
$content .= "".$arr[1]."<br />";
} else {
$content .= "".htmlspecialchars($attrdef->getName()).": ";
$content .= $this->printAttributeValue($attribute, true);
$content .= $this->printAttributeValue($attribute, true)."<br />";
}
}
}