🌍
English
https://piwigo.org/ext/extension_view.php?eid=897
This plugin seems to work good, but it is missing the stripslashes() on the textarea, causing the \' or \" slashes to remain from the database.
/plugins/addjquery/admin.tpl
line 11
change
{$gestA.AJQFBASE}
to
{$gestA.AJQFBASE|stripslashes}
Offline
Hi,
Thanks
[Subversion] r32986
Offline