From cee7bfef1620287da8e7302d0f4839c33b60cafc Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 18 Oct 2016 11:42:13 +0200 Subject: filepicker: improve layout and style Signed-off-by: Jan-Christoph Borchardt --- core/js/jquery.ocdialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/js') diff --git a/core/js/jquery.ocdialog.js b/core/js/jquery.ocdialog.js index 15b58f9e086..e26555bd63c 100644 --- a/core/js/jquery.ocdialog.js +++ b/core/js/jquery.ocdialog.js @@ -101,9 +101,9 @@ if(this.$title) { this.$title.text(value); } else { - var $title = $('

' + var $title = $('

' + value - + '

'); + + ''); this.$title = $title.prependTo(this.$dialog); } this._setSizes(); -- cgit v1.2.3