From 5a2bb1993d75527323cded9f70612d38891fa842 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 20 Nov 2017 08:58:53 +0100 Subject: [PATCH] handling JSVerify RNG state 82fb7d20c918a6e543 --- js/test.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/js/test.js b/js/test.js index 3e6e077..2939df0 100644 --- a/js/test.js +++ b/js/test.js @@ -804,8 +804,9 @@ describe('Model', function () { element = element.join(''); value = value.join('').trim(); - //
,
and tags can't contain strings, table tags can't be alone, so test with a

instead - if (['br', 'col', 'hr', 'tr', 'td', 'th', 'wbr'].indexOf(element) >= 0) { + //
,


, and tags can't contain strings, + // table tags can't be alone, so test with a

instead + if (['br', 'col', 'hr', 'img', 'tr', 'td', 'th', 'wbr'].indexOf(element) >= 0) { element = 'p'; }