diff --git a/jquery.jeditable.js b/jquery.jeditable.js index eb8a911..220be75 100644 --- a/jquery.jeditable.js +++ b/jquery.jeditable.js @@ -451,7 +451,7 @@ }, text: { element : function(settings, original) { - var input = $(''); + var input = $(''); if (settings.width != 'none') { input.attr('width', settings.width); } if (settings.height != 'none') { input.attr('height', settings.height); } /* https://bugzilla.mozilla.org/show_bug.cgi?id=236791 */