mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-05-08 13:31:24 +00:00
add missing br between attributes in documentListRow()
This commit is contained in:
parent
5e1bba10ce
commit
f67f30717c
|
|
@ -3719,7 +3719,7 @@ $('body').on('click', '[id^=\"table-row-folder\"] td:nth-child(2)', function(ev)
|
|||
$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