mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 13:38:27 -05:00
Added a fix for h1 + h2 not working. (Bug #1361)
This commit is contained in:
@@ -142,7 +142,7 @@ jQuery.extend({
|
||||
if ( t.indexOf(" ") == 0 ) continue;
|
||||
foundToken = true;
|
||||
} else {
|
||||
re = /^((\/?\.\.)|([>\/+~]))\s*([a-z]*)/i;
|
||||
re = /^((\/?\.\.)|([>\/+~]))\s*(\w*)/i;
|
||||
|
||||
if ( (m = re.exec(t)) != null ) {
|
||||
r = [];
|
||||
|
||||
Reference in New Issue
Block a user