diff --git a/ui/jquery.ui.datetimepicker.js b/ui/jquery.ui.datetimepicker.js index 3827ac43a3d..52bcef22b1c 100644 --- a/ui/jquery.ui.datetimepicker.js +++ b/ui/jquery.ui.datetimepicker.js @@ -1,4 +1,4 @@ -/*! +/*! * jQuery UI DateTimepicker @VERSION * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) @@ -204,7 +204,7 @@ Timepicker.prototype = { this._colonPos = -1; this._visible = false; this._modified = false; - this.tpDiv = $('
'); + this.tpDiv = $(''); this._generateHtml(); },