mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fixed problem with ui category header
This commit is contained in:
parent
0e310165c4
commit
effe6cd590
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user