Actions
Bug #2109
closedappears to be missing addslashes to JS usage
Description
When you have a description and title such as the following.
ju"st a te'st
It will result in the edit button no longer being functional with the following JS error.
missing ) after argument list
index.php?option=com_comprofiler&task=userProfile&user=89&Itemid=2&tab=getprofilegallerytab
Line 1
Appears to be due to missing addslashes during the JS usage and can be seen in the href of the image it self as follows.
javascript:pgpopup('images/comprofiler/plug_profilegallery/89/pg_1095136107.jpg','ju"st a te\'st','ju"st a te\'st')
Actions