Removing extraneous closing ). Fix for [6463].
This commit is contained in:
parent
627a32cea2
commit
7175b2ffab
|
@ -9,7 +9,7 @@ var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g,
|
|||
return rselfClosing.test(tag) ?
|
||||
all :
|
||||
front + "></" + tag + ">";
|
||||
});
|
||||
};
|
||||
|
||||
jQuery.fn.extend({
|
||||
text: function( text ) {
|
||||
|
|
Loading…
Reference in a new issue