Fixed problem with ui category header

This commit is contained in:
Andreas Stöckel 2010-06-21 09:14:09 +00:00
parent 0e310165c4
commit effe6cd590

View File

@ -693,7 +693,7 @@ function egw_fw_ui_category(_contDiv, _name, _title, _content, _callback, _anima
//Add the text
var entryH1 = document.createElement('h1');
$(entryH1).text(_title);
$(entryH1).append(_title);
$(this.headerDiv).append(entryH1);
//Add the content