mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-20 16:19:16 +00:00
add missing br between attributes in documentListRow()
This commit is contained in:
parent
c03473dad8
commit
c0d149e9dc
|
|
@ -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 />";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user