Merge pull request #5133 from guoyunhe/patch-1
bbcode find close tag loop end condition
This commit is contained in:
commit
a9737e2813
|
@ -178,8 +178,8 @@ function findInlineCloseTag(state, openTag, start, max) {
|
|||
closeTag = null;
|
||||
} else {
|
||||
closeTag.start = j;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue