Bug when escape character in description
-
Hi,
I have an issue when trying to escape the double quote in the following code:
<a href="javascript:void(0)" onClick="document.querySelectorAll('[href=\"#tabs_desc_1562_2\"]')[0].click();"><strong>Visitez l'encart "Mon estimation personnalisée"</strong></a>I get the error:
Warning: Invalid argument supplied for foreach() in /var/www/html/wp-content/plugins/tabs-responsive/ink/admin/add-tabs.php on line 23
And all my tabs disappear, so I have to build them again.
I’ve also tried with:
<a href="javascript:void(0)" onClick="document.querySelectorAll('[href=\x22#tabs_desc_1562_2\x22]')[0].click();"><strong>Visitez l'encart "Mon estimation personnalisée"</strong></a>Same result.
Thanks.
Regards
The topic ‘Bug when escape character in description’ is closed to new replies.