You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'<div type="custom" class="ezoeItemCustomTag factbox" customattributes="title|This > is > a > fact > attribute_separationalign|right"><p>This is a fact</p></div>',
31
+
'<?xml version="1.0" encoding="utf-8"?>
32
+
<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/" xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/" xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/"><paragraph xmlns:tmp="http://ez.no/namespaces/ezpublish3/temporary/"><custom name="factbox" custom:title="This > is > a > fact > "><paragraph>This is a fact</paragraph></custom></paragraph></section>',
33
+
),
34
+
array(
35
+
'<div type="custom" class="ezoeItemCustomTag factbox" customattributes="title|<a href="#test">Test</a>attribute_separationalign|right"><p>This is a fact</p></div>',
36
+
'<?xml version="1.0" encoding="utf-8"?>
37
+
<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/" xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/" xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/"><paragraph xmlns:tmp="http://ez.no/namespaces/ezpublish3/temporary/"><custom name="factbox" custom:title="<a href=&quot;#test&quot;>Test</a>"><paragraph>This is a fact</paragraph></custom></paragraph></section>',
38
+
)
39
+
);
40
+
}
41
+
12
42
/**
13
43
* Test for issue #16605: Online Editor adds a lot of Non Breaking spaces (nbsp)
0 commit comments