allow language attributes in text and annotations

This commit is contained in:
j 2013-12-26 16:41:40 +00:00
commit ad7c36881c
3 changed files with 4 additions and 4 deletions

View file

@ -312,7 +312,7 @@ pandora.ui.textHTML = function(text) {
}
);
},
globalAttributes: ['data-name'],
globalAttributes: ['data-name', 'lang'],
placeholder: text.editable ? Ox._('Doubleclick to edit text') : '',
tooltip: text.editable ? pandora.getEditTooltip('text') : '',
type: 'textarea',