handling JSVerify RNG state 0b2b38c4ef690d1a57

This commit is contained in:
El RIDO 2017-11-13 22:00:26 +01:00
parent 6c8f57f91f
commit 0cfb019615
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -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';
}