mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #5133 from guoyunhe/patch-1
bbcode find close tag loop end condition
This commit is contained in:
@@ -178,8 +178,8 @@ function findInlineCloseTag(state, openTag, start, max) {
|
|||||||
closeTag = null;
|
closeTag = null;
|
||||||
} else {
|
} else {
|
||||||
closeTag.start = j;
|
closeTag.start = j;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user