handling JSVerify RNG state 0b2b38c4ef690d1a57
This commit is contained in:
parent
6c8f57f91f
commit
0cfb019615
1 changed files with 1 additions and 1 deletions
|
@ -804,7 +804,7 @@ describe('Model', function () {
|
|||
value = value.join('').trim();
|
||||
|
||||
// <br>, <hr> and <wbr> tags can't contain strings, table tags can't be alone, so test with a <p> instead
|
||||
if (['br', 'hr', 'tr', 'td', 'th', 'wbr'].indexOf(element) >= 0) {
|
||||
if (['br', 'col', 'hr', 'tr', 'td', 'th', 'wbr'].indexOf(element) >= 0) {
|
||||
element = 'p';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue