Added a fix for h1 + h2 not working. (Bug #1361)
This commit is contained in:
parent
e647a8a1f6
commit
97a6bdbaba
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in a new issue