descriptions can contain links

This commit is contained in:
j 2014-03-01 10:13:41 +01:00
parent 5805866ff9
commit 1068a462d2

View file

@ -564,6 +564,7 @@ pandora.ui.documentsPanel = function(options) {
) )
.append( .append(
$description = Ox.EditableContent({ $description = Ox.EditableContent({
clickLink: pandora.clickLink,
editable: editable, editable: editable,
format: function(value) { format: function(value) {
return '<div class="OxLight" style="text-align: center">' return '<div class="OxLight" style="text-align: center">'