mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
handling JSVerify RNG state 0b2b38c4ef690d1a57
This commit is contained in:
parent
6c8f57f91f
commit
0cfb019615
@ -804,7 +804,7 @@ describe('Model', function () {
|
|||||||
value = value.join('').trim();
|
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
|
// <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';
|
element = 'p';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user